#478AB3

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

Shades of Steel Blue #478AB3

Tints of Steel Blue #478AB3

Color information

#478AB3 (or 0x478AB3) is unknown color: approx Steel Blue. HEX triplet: 47, 8A and B3. RGB value is (71,138,179). Sum of RGB (Red+Green+Blue) = 71+138+179=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #478AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478AB3 is #B8754C. Grayscale: #7A7A7A. Windows color (decimal): -12088653 or 11766343. OLE color: 11766343.

HSL color Cylindrical-coordinate representation of color #478AB3: hue angle of 202.78º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #478AB3 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB71138179-
CMYK0.600.2300.30
HSL202.78º43.2%49.02%-
HSV(B)202.78º60.34%70.2%-
XYZ19.8222.7746-
YUV122.64159.891.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.30%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 179 (70.31% from 255) = 46.13%
R=18.30%
G=35.57%
B=46.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711381790.600.2300.30202.7843.249.02
Hex478AB33C1701Ecb2b31
Octal10721226374270363135361
Binary100011110001010101100111111001011101111011001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,138,179); }

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

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

 a { background-color: rgb(71,138,179); }

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

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

 span { border-color: rgb(71,138,179); }

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