#4D949C

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

Shades of Half Baked #4D949C

Tints of Half Baked #4D949C

Color information

#4D949C (or 0x4D949C) is unknown color: approx Half Baked. HEX triplet: 4D, 94 and 9C. RGB value is (77,148,156). Sum of RGB (Red+Green+Blue) = 77+148+156=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D949C is #B26B63. Grayscale: #7F7F7F. Windows color (decimal): -11692900 or 10261581. OLE color: 10261581.

HSL color Cylindrical-coordinate representation of color #4D949C: hue angle of 186.08º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D949C is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77148156-
CMYK0.510.0500.39
HSL186.08º33.91%45.69%-
HSV(B)186.08º50.64%61.18%-
XYZ19.6525.1635.27-
YUV127.68143.9891.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.21%
GREEN value IS 148 (58.20% from 255) = 38.85%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=20.21%
G=38.85%
B=40.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771481560.510.0500.39186.0833.9145.69
Hex4D949C335027ba222e
Octal1152242346350472724256
Binary10011011001010010011100110011101010011110111010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,148,156); }

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

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

 a { background-color: rgb(77,148,156); }

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

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

 span { border-color: rgb(77,148,156); }

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