#4A5A5E

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

Shades of Smalt Blue #4A5A5E

Tints of Smalt Blue #4A5A5E

Color information

#4A5A5E (or 0x4A5A5E) is unknown color: approx Smalt Blue. HEX triplet: 4A, 5A and 5E. RGB value is (74,90,94). Sum of RGB (Red+Green+Blue) = 74+90+94=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A5A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5A5E is #B5A5A1. Grayscale: #555555. Windows color (decimal): -11904418 or 6183498. OLE color: 6183498.

HSL color Cylindrical-coordinate representation of color #4A5A5E: hue angle of 192º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4A5A5E is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB749094-
CMYK0.210.0400.63
HSL192º11.9%32.94%-
HSV(B)192º21.28%36.86%-
XYZ8.59.5811.99-
YUV85.67132.7119.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.68%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=28.68%
G=34.88%
B=36.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7490940.210.0400.6319211.932.94
Hex4A5A5E15403Fc0c21
Octal1121321362540773001441
Binary100101010110101011110101011000111111110000001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,90,94); }

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

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

 a { background-color: rgb(74,90,94); }

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

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

 span { border-color: rgb(74,90,94); }

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