Color Hex Logo

#426488 Color Hex

#426488
(66,100,136)
0 Favorites   0 Comments

Color spaces of #426488

RGB 66100136
HSL0.590.350.40
HSV211°51°53°
CMYK 0.510.260.00   0.47
XYZ11.247912.050225.0256
Yxy12.05020.23280.2494
Hunter Lab34.7134-2.9105-18.4440
CIE-Lab41.2958-1.4856-23.7241

#426488 color RGB value is (66,100,136).

#426488 hex color red value is 66, green value is 100 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #426488 hue: 0.59 , saturation: 0.35 and the lightness value of 426488 is 0.40.

The process color (four color CMYK) of #426488 color hex is 0.51, 0.26, 0.00, 0.47. Web safe color of #426488 is #336699. Color #426488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100100 10001000
Octal 102 144 210
Decimal 66 100 136
Hex 42 64 88

RGB Percentages of Color #426488

%21.85
%33.11
%45.03

CMYK Percentages of Color #426488

%51
%26
%0
%47

Triadic Colors of #426488

#426488 #884264 #648842

Analogous Colors of #426488

#426488 #434288 #428788

Monochromatic Colors of #426488

#426488

Complementary Color

#426488 #886642

#426488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426488 Color CSS Codes

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

#426488 Text Font Color

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

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


#426488 Background Color

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

This div background color is #426488


#426488 Border Color

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

This div border color is #426488


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,100,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426488; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426488;
  -webkit-box-shadow: 1px 1px 3px 2px #426488;
  box-shadow:         1px 1px 3px 2px #426488; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426488


Comments

No comments written yet.

Please login to write comment.