#4C9F96

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

Shades of Blue Chill #4C9F96

Tints of Blue Chill #4C9F96

Color information

#4C9F96 (or 0x4C9F96) is unknown color: approx Blue Chill. HEX triplet: 4C, 9F and 96. RGB value is (76,159,150). Sum of RGB (Red+Green+Blue) = 76+159+150=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9F96 is #B36069. Grayscale: #858585. Windows color (decimal): -11755626 or 9871180. OLE color: 9871180.

HSL color Cylindrical-coordinate representation of color #4C9F96: hue angle of 173.49º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9F96 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB76159150-
CMYK0.5200.060.38
HSL173.49º35.32%46.08%-
HSV(B)173.49º52.2%62.35%-
XYZ20.8828.5333.26-
YUV133.16137.587.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.74%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 150 (58.98% from 255) = 38.96%
R=19.74%
G=41.30%
B=38.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761591500.5200.060.38173.4935.3246.08
Hex4C9F96340626ad232e
Octal1142372266406462554356
Binary10011001001111110010110110100011010011010101101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,159,150); }

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

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

 a { background-color: rgb(76,159,150); }

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

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

 span { border-color: rgb(76,159,150); }

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