#476ebd

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

Shades of Steel Blue #476EBD

Tints of Steel Blue #476EBD

Color information

#476EBD (or 0x476EBD) is unknown color: approx Steel Blue. HEX triplet: 47, 6E and BD. RGB value is (71,110,189). Sum of RGB (Red+Green+Blue) = 71+110+189=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #476EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476EBD is #B89142. Grayscale: #6A6A6A. Windows color (decimal): -12095811 or 12414535. OLE color: 12414535.

HSL color Cylindrical-coordinate representation of color #476EBD: hue angle of 220.17º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476EBD is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71110189-
CMYK0.620.4200.26
HSL220.17º47.2%50.98%-
HSV(B)220.17º62.43%74.12%-
XYZ17.3616.1750.35-
YUV107.34174.08102.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 189 (74.22% from 255) = 51.08%
R=19.19%
G=29.73%
B=51.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711101890.620.4200.26220.1747.250.98
Hex476EBD3E2A01Adc2f33
Octal10715627576520323345763
Binary100011111011101011110111111010101001101011011100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476ebd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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