#4C9293

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

Shades of Half Baked #4C9293

Tints of Half Baked #4C9293

Color information

#4C9293 (or 0x4C9293) is unknown color: approx Half Baked. HEX triplet: 4C, 92 and 93. RGB value is (76,146,147). Sum of RGB (Red+Green+Blue) = 76+146+147=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C9293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9293 is #B36D6C. Grayscale: #7D7D7D. Windows color (decimal): -11758957 or 9671244. OLE color: 9671244.

HSL color Cylindrical-coordinate representation of color #4C9293: hue angle of 180.85º 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 #4C9293 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB76146147-
CMYK0.480.0100.42
HSL180.85º31.84%43.73%-
HSV(B)180.85º48.3%57.65%-
XYZ18.5324.231.3-
YUV125.18140.3192.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=20.60%
G=39.57%
B=39.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761461470.480.0100.42180.8531.8443.73
Hex4C929330102Ab5202c
Octal1142222236010522654054
Binary100110010010010100100111100001010101010110101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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