#4879BE

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

Shades of Steel Blue #4879BE

Tints of Steel Blue #4879BE

Color information

#4879BE (or 0x4879BE) is unknown color: approx Steel Blue. HEX triplet: 48, 79 and BE. RGB value is (72,121,190). Sum of RGB (Red+Green+Blue) = 72+121+190=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #4879BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4879BE is #B78641. Grayscale: #717171. Windows color (decimal): -12027458 or 12482888. OLE color: 12482888.

HSL color Cylindrical-coordinate representation of color #4879BE: hue angle of 215.08º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4879BE is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72121190-
CMYK0.620.3600.25
HSL215.08º47.58%51.37%-
HSV(B)215.08º62.11%74.51%-
XYZ18.818.7751.35-
YUV114.22170.7797.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=18.80%
G=31.59%
B=49.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721211900.620.3600.25215.0847.5851.37
Hex4879BE3E24019d73033
Octal11017127676440313276063
Binary100100011110011011111011111010010001100111010111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4879BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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