Color Hex Logo

#426bbc Color Hex

#426BBC
(66,107,188)
0 Favorites   0 Comments

Color spaces of #426bbc

RGB 66107188
HSL0.610.480.50
HSV220°65°74°
CMYK 0.650.430.00   0.26
XYZ16.581615.304549.6571
Yxy15.30450.20330.1877
Hunter Lab39.12107.1963-47.8734
CIE-Lab46.048511.9323-46.9666

#426bbc color RGB value is (66,107,188).

#426bbc hex color red value is 66, green value is 107 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #426bbc hue: 0.61 , saturation: 0.48 and the lightness value of 426bbc is 0.50.

The process color (four color CMYK) of #426bbc color hex is 0.65, 0.43, 0.00, 0.26. Web safe color of #426bbc is #3366cc. Color #426bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 10111100
Octal 102 153 274
Decimal 66 107 188
Hex 42 6B BC

RGB Percentages of Color #426bbc

%18.28
%29.64
%52.08

CMYK Percentages of Color #426bbc

%65
%43
%0
%26

Triadic Colors of #426bbc

#426bbc #bc426b #6bbc42

Analogous Colors of #426bbc

#426bbc #5642bc #42a8bc

Monochromatic Colors of #426bbc

#426bbc

Complementary Color

#426bbc #bc9342

#426bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#426bbc Color CSS Codes

.mybgcolor {background-color:#426bbc; } 
.myforecolor {color:#426bbc; }
.mybordercolor {border:3px solid #426bbc; }

#426bbc Text Font Color

<p style="color:#426bbc">Text here</p>

This sample text font color is #426bbc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#426bbc Background Color

<div style="background-color:#426bbc">
Div content here</div>

This div background color is #426bbc


#426bbc Border Color

<div style="border:3px solid #426bbc">
Div here</div>

This div border color is #426bbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,107,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426bbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426bbc;
  -webkit-box-shadow: 1px 1px 3px 2px #426bbc;
  box-shadow:         1px 1px 3px 2px #426bbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,107,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #426bbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #426bbc;
  -webkit-box-shadow: 1px 1px 3px 2px #426bbc;
  box-shadow:         1px 1px 3px 2px #426bbc;">
Div content here</div>

This div box has shadow with color #426bbc


Comments

No comments written yet.

Please login to write comment.