Color Hex Logo

#426abb Color Hex

#426ABB
(66,106,187)
0 Favorites   0 Comments

Color spaces of #426abb

RGB 66106187
HSL0.610.480.50
HSV220°65°73°
CMYK 0.650.430.00   0.27
XYZ16.370415.054249.0566
Yxy15.05420.20340.1871
Hunter Lab38.79977.4132-47.8037
CIE-Lab45.708312.2071-46.9299

#426abb color RGB value is (66,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101010 10111011
Octal 102 152 273
Decimal 66 106 187
Hex 42 6A BB

RGB Percentages of Color #426abb

%18.38
%29.53
%52.09

CMYK Percentages of Color #426abb

%65
%43
%0
%27

Triadic Colors of #426abb

#426abb #bb426a #6abb42

Analogous Colors of #426abb

#426abb #5742bb #42a7bb

Monochromatic Colors of #426abb

#426abb

Complementary Color

#426abb #bb9342

#426abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#426abb Color CSS Codes

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

#426abb Text Font Color

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

This sample text font color is #426abb
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.


#426abb Background Color

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

This div background color is #426abb


#426abb Border Color

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

This div border color is #426abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426abb


Comments

No comments written yet.

Please login to write comment.