#4878BB

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

Shades of Steel Blue #4878BB

Tints of Steel Blue #4878BB

Color information

#4878BB (or 0x4878BB) is unknown color: approx Steel Blue. HEX triplet: 48, 78 and BB. RGB value is (72,120,187). Sum of RGB (Red+Green+Blue) = 72+120+187=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #4878BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4878BB is #B78744. Grayscale: #707070. Windows color (decimal): -12027717 or 12286024. OLE color: 12286024.

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

Color convert

RGB72120187-
CMYK0.610.3600.27
HSL214.96º45.82%50.78%-
HSV(B)214.96º61.5%73.33%-
XYZ18.3618.449.6-
YUV113.29169.698.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 120 (47.27% from 255) = 31.66%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=19.00%
G=31.66%
B=49.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721201870.610.3600.27214.9645.8250.78
Hex4878BB3D2401Bd72e33
Octal11017027375440333275663
Binary100100011110001011101111110110010001101111010111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4878BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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