#4877AA

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

Shades of Steel Blue #4877AA

Tints of Steel Blue #4877AA

Color information

#4877AA (or 0x4877AA) is unknown color: approx Steel Blue. HEX triplet: 48, 77 and AA. RGB value is (72,119,170). Sum of RGB (Red+Green+Blue) = 72+119+170=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #4877AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4877AA is #B78855. Grayscale: #6E6E6E. Windows color (decimal): -12027990 or 11171656. OLE color: 11171656.

HSL color Cylindrical-coordinate representation of color #4877AA: hue angle of 211.22º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4877AA is Cyan = 0.58, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72119170-
CMYK0.580.300.33
HSL211.22º40.5%47.45%-
HSV(B)211.22º57.65%66.67%-
XYZ16.5317.4740.53-
YUV110.76161.43100.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 170 (66.80% from 255) = 47.09%
R=19.94%
G=32.96%
B=47.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721191700.580.300.33211.2240.547.45
Hex4877AA3A1E021d3282f
Octal11016725272360413235057
Binary100100011101111010101011101011110010000111010011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4877AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4877AA; }

 p { color: rgb(72,119,170); }

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

<style>
 a { background-color: #4877AA; }

 a { background-color: rgb(72,119,170); }

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

<style>
 span { border-color: #4877AA; }

 span { border-color: rgb(72,119,170); }

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