#476fb5

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

Shades of Steel Blue #476FB5

Tints of Steel Blue #476FB5

Color information

#476FB5 (or 0x476FB5) is unknown color: approx Steel Blue. HEX triplet: 47, 6F and B5. RGB value is (71,111,181). Sum of RGB (Red+Green+Blue) = 71+111+181=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #476FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FB5 is #B8904A. Grayscale: #6A6A6A. Windows color (decimal): -12095563 or 11890503. OLE color: 11890503.

HSL color Cylindrical-coordinate representation of color #476FB5: hue angle of 218.18º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #476FB5 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71111181-
CMYK0.610.3900.29
HSL218.18º43.65%49.41%-
HSV(B)218.18º60.77%70.98%-
XYZ16.6216.0445.94-
YUV107.02169.75102.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 111 (43.75% from 255) = 30.58%
BLUE value IS 181 (71.09% from 255) = 49.86%
R=19.56%
G=30.58%
B=49.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711111810.610.3900.29218.1843.6549.41
Hex476FB53D2701Dda2c31
Octal10715726575470353325461
Binary100011111011111011010111110110011101110111011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,111,181); }

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

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

 a { background-color: rgb(71,111,181); }

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

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

 span { border-color: rgb(71,111,181); }

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