#4879AF

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

Shades of Steel Blue #4879AF

Tints of Steel Blue #4879AF

Color information

#4879AF (or 0x4879AF) is unknown color: approx Steel Blue. HEX triplet: 48, 79 and AF. RGB value is (72,121,175). Sum of RGB (Red+Green+Blue) = 72+121+175=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #4879AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4879AF is #B78650. Grayscale: #707070. Windows color (decimal): -12027473 or 11499848. OLE color: 11499848.

HSL color Cylindrical-coordinate representation of color #4879AF: hue angle of 211.46º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4879AF is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB72121175-
CMYK0.590.3100.31
HSL211.46º41.7%48.43%-
HSV(B)211.46º58.86%68.63%-
XYZ17.2518.1543.15-
YUV112.51163.2799.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 121 (47.66% from 255) = 32.88%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=19.57%
G=32.88%
B=47.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal721211750.590.3100.31211.4641.748.43
Hex4879AF3B1F01Fd32a30
Octal11017125773370373235260
Binary10010001111001101011111110111111101111111010011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4879AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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