Html Css Color HEX #406FB3 Steel Blue

📋 copy color: '#406FB3'

red 64 ◦ green 111 ◦ blue 179

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

Shades of Steel Blue #406FB3

Tints of Steel Blue #406FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 50.56%

R = 18.08%
G = 31.36%
B = 50.56%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#406FB3 (or 0x406FB3) is known color: Steel Blue. HEX triplet: 40, 6F and B3. RGB value is (64,111,179). Sum of RGB (Red+Green+Blue) = 64+111+179=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #406FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #406FB3 is #BF904C. Grayscale: #686868. Windows color (decimal): -12554317 or 11759424. OLE color: 11759424.

HSL color Cylindrical-coordinate representation of color #406FB3: hue angle of 215.48º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #406FB3 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 64 111 179 -
CMYK 0.64 0.38 0 0.30
HSL 215.48º 0.47% 0.48% -
HSV(B) 215.48º 0.64% 0.7% -
XYZ 15.94 15.71 44.84 -
YUV 104.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 64 111 179 0.64 0.38 0 0.30 215.48 0.47 0.48
Hex 40 6F B3 40 26 0 1E D7 2F 30
Octal 100 157 263 100 46 0 36 327 57 60
Binary 1000000 1101111 10110011 1000000 100110 0 11110 11010111 101111 110000

Color Harmonies of #406FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FB3

Black with #406FB3

Text Example


Text Example

White with #406FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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