#4CA096

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

Shades of Blue Chill #4CA096

Tints of Blue Chill #4CA096

Color information

#4CA096 (or 0x4CA096) is unknown color: approx Blue Chill. HEX triplet: 4C, A0 and 96. RGB value is (76,160,150). Sum of RGB (Red+Green+Blue) = 76+160+150=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA096 is #B35F69. Grayscale: #858585. Windows color (decimal): -11755370 or 9871436. OLE color: 9871436.

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

Color convert

RGB76160150-
CMYK0.5200.060.37
HSL172.86º35.59%46.27%-
HSV(B)172.86º52.5%62.75%-
XYZ21.0628.8833.32-
YUV133.74137.1786.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.69%
GREEN value IS 160 (62.89% from 255) = 41.45%
BLUE value IS 150 (58.98% from 255) = 38.86%
R=19.69%
G=41.45%
B=38.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761601500.5200.060.37172.8635.5946.27
Hex4CA096340625ad242e
Octal1142402266406452554456
Binary10011001010000010010110110100011010010110101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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