Html Css Color HEX #406EC0 Steel Blue

📋 copy color: '#406EC0'

red 64 ◦ green 110 ◦ blue 192

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

Shades of Steel Blue #406EC0

Tints of Steel Blue #406EC0

RGB

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

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

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

R = 17.49%
G = 30.05%
B = 52.46%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#406EC0 (or 0x406EC0) is known color: Steel Blue. HEX triplet: 40, 6E and C0. RGB value is (64,110,192). Sum of RGB (Red+Green+Blue) = 64+110+192=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #406EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EC0 is #BF913F. Grayscale: #696969. Windows color (decimal): -12554560 or 12611136. OLE color: 12611136.

HSL color Cylindrical-coordinate representation of color #406EC0: hue angle of 218.44º 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 #406EC0 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 110 192 -
CMYK 0.67 0.43 0 0.25
HSL 218.44º 0.5% 0.5% -
HSV(B) 218.44º 0.67% 0.75% -
XYZ 17.2 16.05 52.06 -
YUV 105.59 176.76 98.33 -
System Red Green Blue C M Y K H S L
Decimal 64 110 192 0.67 0.43 0 0.25 218.44 0.5 0.5
Hex 40 6E C0 43 2B 0 19 DA 32 32
Octal 100 156 300 103 53 0 31 332 62 62
Binary 1000000 1101110 11000000 1000011 101011 0 11001 11011010 110010 110010

Color Harmonies of #406EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EC0

Black with #406EC0

Text Example


Text Example

White with #406EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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