#4C999D

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

Shades of Half Baked #4C999D

Tints of Half Baked #4C999D

Color information

#4C999D (or 0x4C999D) is unknown color: approx Half Baked. HEX triplet: 4C, 99 and 9D. RGB value is (76,153,157). Sum of RGB (Red+Green+Blue) = 76+153+157=386 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.69% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C999D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C999D is #B36662. Grayscale: #828282. Windows color (decimal): -11757155 or 10328396. OLE color: 10328396.

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

Color convert

RGB76153157-
CMYK0.520.0300.38
HSL182.96º34.76%45.69%-
HSV(B)182.96º51.59%61.57%-
XYZ20.4626.7535.98-
YUV130.43142.9989.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.69%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=19.69%
G=39.64%
B=40.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761531570.520.0300.38182.9634.7645.69
Hex4C999D343026b7232e
Octal1142312356430462674356
Binary1001100100110011001110111010011010011010110111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,153,157); }

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

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

 a { background-color: rgb(76,153,157); }

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

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

 span { border-color: rgb(76,153,157); }

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