#4D9196

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

Shades of Half Baked #4D9196

Tints of Half Baked #4D9196

Color information

#4D9196 (or 0x4D9196) is unknown color: approx Half Baked. HEX triplet: 4D, 91 and 96. RGB value is (77,145,150). Sum of RGB (Red+Green+Blue) = 77+145+150=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D9196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9196 is #B26E69. Grayscale: #7D7D7D. Windows color (decimal): -11693674 or 9867597. OLE color: 9867597.

HSL color Cylindrical-coordinate representation of color #4D9196: hue angle of 184.11º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D9196 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB77145150-
CMYK0.490.0300.41
HSL184.11º32.16%44.51%-
HSV(B)184.11º48.67%58.82%-
XYZ18.6924.0332.51-
YUV125.24141.9793.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=20.70%
G=38.98%
B=40.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal771451500.490.0300.41184.1132.1644.51
Hex4D9196313029b8202d
Octal1152212266130512704055
Binary1001101100100011001011011000111010100110111000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,145,150); }

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

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

 a { background-color: rgb(77,145,150); }

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

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

 span { border-color: rgb(77,145,150); }

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