Html Css Color HEX #406FBC Steel Blue

📋 copy color: '#406FBC'

red 64 ◦ green 111 ◦ blue 188

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

Shades of Steel Blue #406FBC

Tints of Steel Blue #406FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 17.63%
G = 30.58%
B = 51.79%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#406FBC (or 0x406FBC) is known color: Steel Blue. HEX triplet: 40, 6F and BC. RGB value is (64,111,188). Sum of RGB (Red+Green+Blue) = 64+111+188=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #406FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FBC is #BF9043. Grayscale: #696969. Windows color (decimal): -12554308 or 12349248. OLE color: 12349248.

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

Color convert

RGB 64 111 188 -
CMYK 0.66 0.41 0 0.26
HSL 217.26º 0.49% 0.49% -
HSV(B) 217.26º 0.66% 0.74% -
XYZ 16.88 16.09 49.79 -
YUV 105.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 64 111 188 0.66 0.41 0 0.26 217.26 0.49 0.49
Hex 40 6F BC 42 29 0 1A D9 31 31
Octal 100 157 274 102 51 0 32 331 61 61
Binary 1000000 1101111 10111100 1000010 101001 0 11010 11011001 110001 110001

Color Harmonies of #406FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FBC

Black with #406FBC

Text Example


Text Example

White with #406FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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