Html Css Color HEX #406EBA Steel Blue

📋 copy color: '#406EBA'

red 64 ◦ green 110 ◦ blue 186

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

Shades of Steel Blue #406EBA

Tints of Steel Blue #406EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.67%

R = 17.78%
G = 30.56%
B = 51.67%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#406EBA (or 0x406EBA) is known color: Steel Blue. HEX triplet: 40, 6E and BA. RGB value is (64,110,186). Sum of RGB (Red+Green+Blue) = 64+110+186=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #406EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406EBA is #BF9145. Grayscale: #686868. Windows color (decimal): -12554566 or 12217920. OLE color: 12217920.

HSL color Cylindrical-coordinate representation of color #406EBA: hue angle of 217.38º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406EBA is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 110 186 -
CMYK 0.66 0.41 0 0.27
HSL 217.38º 0.49% 0.49% -
HSV(B) 217.38º 0.66% 0.73% -
XYZ 16.55 15.79 48.63 -
YUV 104.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 64 110 186 0.66 0.41 0 0.27 217.38 0.49 0.49
Hex 40 6E BA 42 29 0 1B D9 31 31
Octal 100 156 272 102 51 0 33 331 61 61
Binary 1000000 1101110 10111010 1000010 101001 0 11011 11011001 110001 110001

Color Harmonies of #406EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406EBA

Black with #406EBA

Text Example


Text Example

White with #406EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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