#4A87AE

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

Shades of Steel Blue #4A87AE

Tints of Steel Blue #4A87AE

Color information

#4A87AE (or 0x4A87AE) is unknown color: approx Steel Blue. HEX triplet: 4A, 87 and AE. RGB value is (74,135,174). Sum of RGB (Red+Green+Blue) = 74+135+174=383 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.32% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A87AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A87AE is #B57851. Grayscale: #787878. Windows color (decimal): -11892818 or 11437898. OLE color: 11437898.

HSL color Cylindrical-coordinate representation of color #4A87AE: hue angle of 203.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A87AE is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB74135174-
CMYK0.570.2200.32
HSL203.4º40.32%48.63%-
HSV(B)203.4º57.47%68.24%-
XYZ19.1321.8443.25-
YUV121.21157.7994.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.32%
GREEN value IS 135 (53.12% from 255) = 35.25%
BLUE value IS 174 (68.36% from 255) = 45.43%
R=19.32%
G=35.25%
B=45.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741351740.570.2200.32203.440.3248.63
Hex4A87AE3916020cb2831
Octal11220725671260403135061
Binary1001010100001111010111011100110110010000011001011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A87AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A87AE; }

 p { color: rgb(74,135,174); }

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

<style>
 a { background-color: #4A87AE; }

 a { background-color: rgb(74,135,174); }

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

<style>
 span { border-color: #4A87AE; }

 span { border-color: rgb(74,135,174); }

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