Html Css Color HEX #406FBB Steel Blue

📋 copy color: '#406FBB'

red 64 ◦ green 111 ◦ blue 187

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

Shades of Steel Blue #406FBB

Tints of Steel Blue #406FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 17.68%
G = 30.66%
B = 51.66%

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

#406FBB (or 0x406FBB) is known color: Steel Blue. HEX triplet: 40, 6F and BB. RGB value is (64,111,187). Sum of RGB (Red+Green+Blue) = 64+111+187=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #406FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FBB is #BF9044. Grayscale: #696969. Windows color (decimal): -12554309 or 12283712. OLE color: 12283712.

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

Color convert

RGB 64 111 187 -
CMYK 0.66 0.41 0 0.27
HSL 217.07º 0.49% 0.49% -
HSV(B) 217.07º 0.66% 0.73% -
XYZ 16.77 16.05 49.23 -
YUV 105.61 173.93 98.32 -
System Red Green Blue C M Y K H S L
Decimal 64 111 187 0.66 0.41 0 0.27 217.07 0.49 0.49
Hex 40 6F BB 42 29 0 1B D9 31 31
Octal 100 157 273 102 51 0 33 331 61 61
Binary 1000000 1101111 10111011 1000010 101001 0 11011 11011001 110001 110001

Color Harmonies of #406FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FBB

Black with #406FBB

Text Example


Text Example

White with #406FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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