Html Css Color HEX #406EC1 Steel Blue

📋 copy color: '#406EC1'

red 64 ◦ green 110 ◦ blue 193

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

Shades of Steel Blue #406EC1

Tints of Steel Blue #406EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.59%

R = 17.44%
G = 29.97%
B = 52.59%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#406EC1 (or 0x406EC1) is known color: Steel Blue. HEX triplet: 40, 6E and C1. RGB value is (64,110,193). Sum of RGB (Red+Green+Blue) = 64+110+193=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #406EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EC1 is #BF913E. Grayscale: #696969. Windows color (decimal): -12554559 or 12676672. OLE color: 12676672.

HSL color Cylindrical-coordinate representation of color #406EC1: hue angle of 218.6º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #406EC1 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 64 110 193 -
CMYK 0.67 0.43 0 0.24
HSL 218.6º 0.51% 0.5% -
HSV(B) 218.6º 0.67% 0.76% -
XYZ 17.32 16.09 52.65 -
YUV 105.71 177.26 98.25 -
System Red Green Blue C M Y K H S L
Decimal 64 110 193 0.67 0.43 0 0.24 218.6 0.51 0.5
Hex 40 6E C1 43 2B 0 18 DB 33 32
Octal 100 156 301 103 53 0 30 333 63 62
Binary 1000000 1101110 11000001 1000011 101011 0 11000 11011011 110011 110010

Color Harmonies of #406EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EC1

Black with #406EC1

Text Example


Text Example

White with #406EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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