#478bb6

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

Shades of Steel Blue #478BB6

Tints of Steel Blue #478BB6

Color information

#478BB6 (or 0x478BB6) is unknown color: approx Steel Blue. HEX triplet: 47, 8B and B6. RGB value is (71,139,182). Sum of RGB (Red+Green+Blue) = 71+139+182=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 182 (71.48% from 255 or 46.43% from 392); Max value from RGB is 182 - color contains mainly: blue. Hex color #478BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BB6 is #B87449. Grayscale: #7B7B7B. Windows color (decimal): -12088394 or 11963207. OLE color: 11963207.

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

Color convert

RGB71139182-
CMYK0.610.2400.29
HSL203.24º43.87%49.61%-
HSV(B)203.24º60.99%71.37%-
XYZ20.2723.1847.66-
YUV123.57160.9790.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.11%
GREEN value IS 139 (54.69% from 255) = 35.46%
BLUE value IS 182 (71.48% from 255) = 46.43%
R=18.11%
G=35.46%
B=46.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711391820.610.2400.29203.2443.8749.61
Hex478BB63D1801Dcb2c32
Octal10721326675300353135462
Binary100011110001011101101101111011100001110111001011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478bb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478bb6; }

 p { color: rgb(71,139,182); }

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

<style>
 a { background-color: #478bb6; }

 a { background-color: rgb(71,139,182); }

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

<style>
 span { border-color: #478bb6; }

 span { border-color: rgb(71,139,182); }

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