#4C5E5A

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

Shades of Stromboli #4C5E5A

Tints of Stromboli #4C5E5A

Color information

#4C5E5A (or 0x4C5E5A) is unknown color: approx Stromboli. HEX triplet: 4C, 5E and 5A. RGB value is (76,94,90). Sum of RGB (Red+Green+Blue) = 76+94+90=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 94 - color contains mainly: green. Hex color #4C5E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5E5A is #B3A1A5. Grayscale: #585858. Windows color (decimal): -11772326 or 5922380. OLE color: 5922380.

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

Color convert

RGB769490-
CMYK0.1900.040.63
HSL166.67º10.59%33.33%-
HSV(B)166.67º19.15%36.86%-
XYZ8.8310.2811.19-
YUV88.16129.04119.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.23%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=29.23%
G=36.15%
B=34.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7694900.1900.040.63166.6710.5933.33
Hex4C5E5A13043Fa7b21
Octal1141361322304772471341
Binary100110010111101011010100110100111111101001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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