#478BB4

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

Shades of Steel Blue #478BB4

Tints of Steel Blue #478BB4

Color information

#478BB4 (or 0x478BB4) is unknown color: approx Steel Blue. HEX triplet: 47, 8B and B4. RGB value is (71,139,180). Sum of RGB (Red+Green+Blue) = 71+139+180=390 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.21% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #478BB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BB4 is #B8744B. Grayscale: #7B7B7B. Windows color (decimal): -12088396 or 11832135. OLE color: 11832135.

HSL color Cylindrical-coordinate representation of color #478BB4: hue angle of 202.57º degrees, saturation: 0.43, 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 #478BB4 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB71139180-
CMYK0.610.2300.29
HSL202.57º43.43%49.22%-
HSV(B)202.57º60.56%70.59%-
XYZ20.0723.146.58-
YUV123.34159.9790.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.21%
GREEN value IS 139 (54.69% from 255) = 35.64%
BLUE value IS 180 (70.70% from 255) = 46.15%
R=18.21%
G=35.64%
B=46.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711391800.610.2300.29202.5743.4349.22
Hex478BB43D1701Dcb2b31
Octal10721326475270353135361
Binary100011110001011101101001111011011101110111001011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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