Html Css Color HEX #406FBA Steel Blue

📋 copy color: '#406FBA'

red 64 ◦ green 111 ◦ blue 186

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

Shades of Steel Blue #406FBA

Tints of Steel Blue #406FBA

RGB

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

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

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

R = 17.73%
G = 30.75%
B = 51.52%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#406FBA (or 0x406FBA) is known color: Steel Blue. HEX triplet: 40, 6F and BA. RGB value is (64,111,186). Sum of RGB (Red+Green+Blue) = 64+111+186=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #406FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FBA is #BF9045. Grayscale: #696969. Windows color (decimal): -12554310 or 12218176. OLE color: 12218176.

HSL color Cylindrical-coordinate representation of color #406FBA: hue angle of 216.89º 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 #406FBA is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 111 186 -
CMYK 0.66 0.40 0 0.27
HSL 216.89º 0.49% 0.49% -
HSV(B) 216.89º 0.66% 0.73% -
XYZ 16.66 16 48.67 -
YUV 105.5 173.43 98.4 -
System Red Green Blue C M Y K H S L
Decimal 64 111 186 0.66 0.40 0 0.27 216.89 0.49 0.49
Hex 40 6F BA 42 28 0 1B D9 31 31
Octal 100 157 272 102 50 0 33 331 61 61
Binary 1000000 1101111 10111010 1000010 101000 0 11011 11011001 110001 110001

Color Harmonies of #406FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FBA

Black with #406FBA

Text Example


Text Example

White with #406FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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