Color Hex Logo

#426bba Color Hex

#426BBA
(66,107,186)
0 Favorites   0 Comments

Color spaces of #426bba

RGB 66107186
HSL0.610.480.49
HSV220°65°73°
CMYK 0.650.420.00   0.27
XYZ16.367415.218848.5292
Yxy15.21880.20430.1900
Hunter Lab39.01136.6209-46.4476
CIE-Lab45.932411.2242-45.9922

#426bba color RGB value is (66,107,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 10111010
Octal 102 153 272
Decimal 66 107 186
Hex 42 6B BA

RGB Percentages of Color #426bba

%18.38
%29.81
%51.81

CMYK Percentages of Color #426bba

%65
%42
%0
%27

Triadic Colors of #426bba

#426bba #ba426b #6bba42

Analogous Colors of #426bba

#426bba #5542ba #42a7ba

Monochromatic Colors of #426bba

#426bba

Complementary Color

#426bba #ba9142

#426bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#426bba Color CSS Codes

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

#426bba Text Font Color

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

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


#426bba Background Color

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

This div background color is #426bba


#426bba Border Color

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

This div border color is #426bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426bba


Comments

No comments written yet.

Please login to write comment.