#476DBA

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

Shades of Steel Blue #476DBA

Tints of Steel Blue #476DBA

Color information

#476DBA (or 0x476DBA) is unknown color: approx Steel Blue. HEX triplet: 47, 6D and BA. RGB value is (71,109,186). Sum of RGB (Red+Green+Blue) = 71+109+186=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #476DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DBA is #B89245. Grayscale: #6A6A6A. Windows color (decimal): -12096070 or 12217671. OLE color: 12217671.

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

Color convert

RGB71109186-
CMYK0.620.4100.27
HSL220.17º45.45%50.39%-
HSV(B)220.17º61.83%72.94%-
XYZ16.9315.8248.62-
YUV106.42172.91102.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.40%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 186 (73.05% from 255) = 50.82%
R=19.40%
G=29.78%
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
Decimal711091860.620.4100.27220.1745.4550.39
Hex476DBA3E2901Bdc2d32
Octal10715527276510333345562
Binary100011111011011011101011111010100101101111011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,109,186); }

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

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

 a { background-color: rgb(71,109,186); }

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

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

 span { border-color: rgb(71,109,186); }

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