Html Css Color HEX #406FBF Steel Blue

📋 copy color: '#406FBF'

red 64 ◦ green 111 ◦ blue 191

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

Shades of Steel Blue #406FBF

Tints of Steel Blue #406FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.19%

R = 17.49%
G = 30.33%
B = 52.19%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#406FBF (or 0x406FBF) is known color: Steel Blue. HEX triplet: 40, 6F and BF. RGB value is (64,111,191). Sum of RGB (Red+Green+Blue) = 64+111+191=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #406FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FBF is #BF9040. Grayscale: #696969. Windows color (decimal): -12554305 or 12545856. OLE color: 12545856.

HSL color Cylindrical-coordinate representation of color #406FBF: hue angle of 217.8º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #406FBF is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 111 191 -
CMYK 0.66 0.42 0 0.25
HSL 217.8º 0.5% 0.5% -
HSV(B) 217.8º 0.66% 0.75% -
XYZ 17.2 16.22 51.51 -
YUV 106.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 64 111 191 0.66 0.42 0 0.25 217.8 0.5 0.5
Hex 40 6F BF 42 2A 0 19 DA 32 32
Octal 100 157 277 102 52 0 31 332 62 62
Binary 1000000 1101111 10111111 1000010 101010 0 11001 11011010 110010 110010

Color Harmonies of #406FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FBF

Black with #406FBF

Text Example


Text Example

White with #406FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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