#4C969F

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

Shades of Half Baked #4C969F

Tints of Half Baked #4C969F

Color information

#4C969F (or 0x4C969F) is unknown color: approx Half Baked. HEX triplet: 4C, 96 and 9F. RGB value is (76,150,159). Sum of RGB (Red+Green+Blue) = 76+150+159=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C969F is #B36960. Grayscale: #808080. Windows color (decimal): -11757921 or 10458700. OLE color: 10458700.

HSL color Cylindrical-coordinate representation of color #4C969F: hue angle of 186.51º 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 #4C969F is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB76150159-
CMYK0.520.0600.38
HSL186.51º35.32%46.08%-
HSV(B)186.51º52.2%62.35%-
XYZ20.1425.8536.73-
YUV128.9144.9890.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761501590.520.0600.38186.5135.3246.08
Hex4C969F346026bb232e
Octal1142262376460462734356
Binary10011001001011010011111110100110010011010111011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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