#476EBB

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

Shades of Steel Blue #476EBB

Tints of Steel Blue #476EBB

Color information

#476EBB (or 0x476EBB) is unknown color: approx Steel Blue. HEX triplet: 47, 6E and BB. RGB value is (71,110,187). Sum of RGB (Red+Green+Blue) = 71+110+187=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #476EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EBB is #B89144. Grayscale: #6A6A6A. Windows color (decimal): -12095813 or 12283463. OLE color: 12283463.

HSL color Cylindrical-coordinate representation of color #476EBB: hue angle of 219.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476EBB is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71110187-
CMYK0.620.4100.27
HSL219.83º46.03%50.59%-
HSV(B)219.83º62.03%73.33%-
XYZ17.1416.0849.21-
YUV107.12173.08102.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 187 (73.44% from 255) = 50.82%
R=19.29%
G=29.89%
B=50.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711101870.620.4100.27219.8346.0350.59
Hex476EBB3E2901Bdc2e33
Octal10715627376510333345663
Binary100011111011101011101111111010100101101111011100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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