#476EB7

Color #476EB7 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #476EB7

Tints of Steel Blue #476EB7

Color information

#476EB7 (or 0x476EB7) is unknown color: approx Steel Blue. HEX triplet: 47, 6E and B7. RGB value is (71,110,183). Sum of RGB (Red+Green+Blue) = 71+110+183=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #476EB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EB7 is #B89148. Grayscale: #6A6A6A. Windows color (decimal): -12095817 or 12021319. OLE color: 12021319.

HSL color Cylindrical-coordinate representation of color #476EB7: hue angle of 219.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #476EB7 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB71110183-
CMYK0.610.4000.28
HSL219.11º44.09%49.8%-
HSV(B)219.11º61.2%71.76%-
XYZ16.7215.9146.99-
YUV106.66171.08102.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.51%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 183 (71.88% from 255) = 50.27%
R=19.51%
G=30.22%
B=50.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal711101830.610.4000.28219.1144.0949.8
Hex476EB73D2801Cdb2c32
Octal10715626775500343335462
Binary100011111011101011011111110110100001110011011011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476EB7; }

 p { color: rgb(71,110,183); }

 H1.HeaderClassName
 {
   color: #476EB7;
 }
 .AnyTagClassName
 {
   color: #476EB7;
 }
</style>
background-color css

<style>
 a { background-color: #476EB7; }

 a { background-color: rgb(71,110,183); }

 div.DivClassName
 {
   background-color: #476EB7;
 }
 .BgClassName
 {
   background-color: #476EB7;
 }
</style>
border-color css

<style>
 span { border-color: #476EB7; }

 span { border-color: rgb(71,110,183); }

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