#4878BC

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

Shades of Steel Blue #4878BC

Tints of Steel Blue #4878BC

Color information

#4878BC (or 0x4878BC) is unknown color: approx Steel Blue. HEX triplet: 48, 78 and BC. RGB value is (72,120,188). Sum of RGB (Red+Green+Blue) = 72+120+188=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #4878BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4878BC is #B78743. Grayscale: #717171. Windows color (decimal): -12027716 or 12351560. OLE color: 12351560.

HSL color Cylindrical-coordinate representation of color #4878BC: hue angle of 215.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4878BC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB72120188-
CMYK0.620.3600.26
HSL215.17º46.4%50.98%-
HSV(B)215.17º61.7%73.73%-
XYZ18.4718.4450.16-
YUV113.4170.198.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.95%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 188 (73.83% from 255) = 49.47%
R=18.95%
G=31.58%
B=49.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal721201880.620.3600.26215.1746.450.98
Hex4878BC3E2401Ad72e33
Octal11017027476440323275663
Binary100100011110001011110011111010010001101011010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4878BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4878BC; }

 p { color: rgb(72,120,188); }

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

<style>
 a { background-color: #4878BC; }

 a { background-color: rgb(72,120,188); }

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

<style>
 span { border-color: #4878BC; }

 span { border-color: rgb(72,120,188); }

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