#4C9292

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

Shades of Half Baked #4C9292

Tints of Half Baked #4C9292

Color information

#4C9292 (or 0x4C9292) is unknown color: approx Half Baked. HEX triplet: 4C, 92 and 92. RGB value is (76,146,146). Sum of RGB (Red+Green+Blue) = 76+146+146=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #4C9292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9292 is #B36D6D. Grayscale: #7D7D7D. Windows color (decimal): -11758958 or 9605708. OLE color: 9605708.

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

Color convert

RGB76146146-
CMYK0.48000.43
HSL180º31.53%43.53%-
HSV(B)180º47.95%57.25%-
XYZ18.4524.1730.89-
YUV125.07139.8193-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=20.65%
G=39.67%
B=39.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761461460.48000.4318031.5343.53
Hex4C929230002Bb4202c
Octal1142222226000532644054
Binary100110010010010100100101100000010101110110100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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