Html Css Color HEX #406FC0 Steel Blue

📋 copy color: '#406FC0'

red 64 ◦ green 111 ◦ blue 192

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

Shades of Steel Blue #406FC0

Tints of Steel Blue #406FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.32%

R = 17.44%
G = 30.25%
B = 52.32%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#406FC0 (or 0x406FC0) is known color: Steel Blue. HEX triplet: 40, 6F and C0. RGB value is (64,111,192). Sum of RGB (Red+Green+Blue) = 64+111+192=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #406FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FC0 is #BF903F. Grayscale: #696969. Windows color (decimal): -12554304 or 12611392. OLE color: 12611392.

HSL color Cylindrical-coordinate representation of color #406FC0: hue angle of 217.97º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #406FC0 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 111 192 -
CMYK 0.67 0.42 0 0.25
HSL 217.97º 0.5% 0.5% -
HSV(B) 217.97º 0.67% 0.75% -
XYZ 17.31 16.26 52.1 -
YUV 106.18 176.43 97.91 -
System Red Green Blue C M Y K H S L
Decimal 64 111 192 0.67 0.42 0 0.25 217.97 0.5 0.5
Hex 40 6F C0 43 2A 0 19 DA 32 32
Octal 100 157 300 103 52 0 31 332 62 62
Binary 1000000 1101111 11000000 1000011 101010 0 11001 11011010 110010 110010

Color Harmonies of #406FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FC0

Black with #406FC0

Text Example


Text Example

White with #406FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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