#4C949A

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

Shades of Half Baked #4C949A

Tints of Half Baked #4C949A

Color information

#4C949A (or 0x4C949A) is unknown color: approx Half Baked. HEX triplet: 4C, 94 and 9A. RGB value is (76,148,154). Sum of RGB (Red+Green+Blue) = 76+148+154=378 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.11% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C949A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C949A is #B36B65. Grayscale: #7F7F7F. Windows color (decimal): -11758438 or 10130508. OLE color: 10130508.

HSL color Cylindrical-coordinate representation of color #4C949A: hue angle of 184.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C949A is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB76148154-
CMYK0.510.0400.40
HSL184.62º33.91%45.1%-
HSV(B)184.62º50.65%60.39%-
XYZ19.425.0534.38-
YUV127.16143.1591.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.11%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=20.11%
G=39.15%
B=40.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal761481540.510.0400.40184.6233.9145.1
Hex4C949A334028b9222d
Octal1142242326340502714255
Binary10011001001010010011010110011100010100010111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,148,154); }

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

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

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

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

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

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

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