Html Css Color HEX #406FB2 Steel Blue

📋 copy color: '#406FB2'

red 64 ◦ green 111 ◦ blue 178

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

Shades of Steel Blue #406FB2

Tints of Steel Blue #406FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.44%

 BLUE value IS 178 (69.92% from 255) = 50.42%

R = 18.13%
G = 31.44%
B = 50.42%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#406FB2 (or 0x406FB2) is known color: Steel Blue. HEX triplet: 40, 6F and B2. RGB value is (64,111,178). Sum of RGB (Red+Green+Blue) = 64+111+178=353 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.13% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #406FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406FB2 is #BF904D. Grayscale: #686868. Windows color (decimal): -12554318 or 11693888. OLE color: 11693888.

HSL color Cylindrical-coordinate representation of color #406FB2: hue angle of 215.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #406FB2 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 111 178 -
CMYK 0.64 0.38 0 0.30
HSL 215.26º 0.47% 0.47% -
HSV(B) 215.26º 0.64% 0.7% -
XYZ 15.83 15.67 44.31 -
YUV 104.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 64 111 178 0.64 0.38 0 0.30 215.26 0.47 0.47
Hex 40 6F B2 40 26 0 1E D7 2F 2F
Octal 100 157 262 100 46 0 36 327 57 57
Binary 1000000 1101111 10110010 1000000 100110 0 11110 11010111 101111 101111

Color Harmonies of #406FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FB2

Black with #406FB2

Text Example


Text Example

White with #406FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,178); }

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

background-color css

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

 a { background-color: rgb(64,111,178); }

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

border-color css

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

 span { border-color: rgb(64,111,178); }

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