Html Css Color HEX #406EB8 Steel Blue

📋 copy color: '#406EB8'

red 64 ◦ green 110 ◦ blue 184

#406EB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #406EB8

Tints of Steel Blue #406EB8

RGB

 RED value IS 64 (25.39% from 255) = 17.88%

 GREEN value IS 110 (43.36% from 255) = 30.73%

 BLUE value IS 184 (72.27% from 255) = 51.4%

R = 17.88%
G = 30.73%
B = 51.4%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#406EB8 (or 0x406EB8) is known color: Steel Blue. HEX triplet: 40, 6E and B8. RGB value is (64,110,184). Sum of RGB (Red+Green+Blue) = 64+110+184=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #406EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EB8 is #BF9147. Grayscale: #686868. Windows color (decimal): -12554568 or 12086848. OLE color: 12086848.

HSL color Cylindrical-coordinate representation of color #406EB8: hue angle of 217º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #406EB8 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 64 110 184 -
CMYK 0.65 0.40 0 0.28
HSL 217º 0.48% 0.49% -
HSV(B) 217º 0.65% 0.72% -
XYZ 16.34 15.7 47.52 -
YUV 104.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 64 110 184 0.65 0.40 0 0.28 217 0.48 0.49
Hex 40 6E B8 41 28 0 1C D9 30 31
Octal 100 156 270 101 50 0 34 331 60 61
Binary 1000000 1101110 10111000 1000001 101000 0 11100 11011001 110000 110001

Color Harmonies of #406EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EB8

Black with #406EB8

Text Example


Text Example

White with #406EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406EB8; }

 p { color: rgb(64,110,184); }

 H1.HeaderClassName
 {
   color: #406EB8;
 }
 .AnyTagClassName
 {
   color: #406EB8;
 }
</style>

background-color css

<style>
 a { background-color: #406EB8; }

 a { background-color: rgb(64,110,184); }

 div.DivClassName
 {
   background-color: #406EB8;
 }
 .BgClassName
 {
   background-color: #406EB8;
 }
</style>

border-color css

<style>
 span { border-color: #406EB8; }

 span { border-color: rgb(64,110,184); }

 td.TdClassName
 {
   border-color: #406EB8;
 }
 .TagClassName
 {
   border-color: #406EB8;
 }
</style>