#4879BA

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

Shades of Steel Blue #4879BA

Tints of Steel Blue #4879BA

Color information

#4879BA (or 0x4879BA) is unknown color: approx Steel Blue. HEX triplet: 48, 79 and BA. RGB value is (72,121,186). Sum of RGB (Red+Green+Blue) = 72+121+186=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #4879BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879BA is #B78645. Grayscale: #717171. Windows color (decimal): -12027462 or 12220744. OLE color: 12220744.

HSL color Cylindrical-coordinate representation of color #4879BA: hue angle of 214.21º degrees, saturation: 0.45, 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 #4879BA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB72121186-
CMYK0.610.3500.27
HSL214.21º45.24%50.59%-
HSV(B)214.21º61.29%72.94%-
XYZ18.3718.649.08-
YUV113.76168.7798.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.00%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=19.00%
G=31.93%
B=49.08%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal721211860.610.3500.27214.2145.2450.59
Hex4879BA3D2301Bd62d33
Octal11017127275430333265563
Binary100100011110011011101011110110001101101111010110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4879BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4879BA; }

 p { color: rgb(72,121,186); }

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

<style>
 a { background-color: #4879BA; }

 a { background-color: rgb(72,121,186); }

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

<style>
 span { border-color: #4879BA; }

 span { border-color: rgb(72,121,186); }

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