#4C9393

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

Shades of Half Baked #4C9393

Tints of Half Baked #4C9393

Color information

#4C9393 (or 0x4C9393) is unknown color: approx Half Baked. HEX triplet: 4C, 93 and 93. RGB value is (76,147,147). Sum of RGB (Red+Green+Blue) = 76+147+147=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #4C9393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9393 is #B36C6C. Grayscale: #7D7D7D. Windows color (decimal): -11758701 or 9671500. OLE color: 9671500.

HSL color Cylindrical-coordinate representation of color #4C9393: hue angle of 180º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C9393 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB76147147-
CMYK0.48000.42
HSL180º31.84%43.73%-
HSV(B)180º48.3%57.65%-
XYZ18.6824.5131.35-
YUV125.77139.9892.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 147 (57.81% from 255) = 39.73%
R=20.54%
G=39.73%
B=39.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761471470.48000.4218031.8443.73
Hex4C939330002Ab4202c
Octal1142232236000522644054
Binary100110010010011100100111100000010101010110100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,147); }

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

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

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

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

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

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

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