#4D979B

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

Shades of Half Baked #4D979B

Tints of Half Baked #4D979B

Color information

#4D979B (or 0x4D979B) is unknown color: approx Half Baked. HEX triplet: 4D, 97 and 9B. RGB value is (77,151,155). Sum of RGB (Red+Green+Blue) = 77+151+155=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D979B is #B26864. Grayscale: #818181. Windows color (decimal): -11692133 or 10196813. OLE color: 10196813.

HSL color Cylindrical-coordinate representation of color #4D979B: hue angle of 183.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D979B is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77151155-
CMYK0.500.0300.39
HSL183.08º33.62%45.49%-
HSV(B)183.08º50.32%60.78%-
XYZ20.0426.0834.99-
YUV129.33142.4890.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.10%
GREEN value IS 151 (59.38% from 255) = 39.43%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=20.10%
G=39.43%
B=40.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771511550.500.0300.39183.0833.6245.49
Hex4D979B323027b7222d
Octal1152272336230472674255
Binary1001101100101111001101111001011010011110110111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,151,155); }

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

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

 a { background-color: rgb(77,151,155); }

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

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

 span { border-color: rgb(77,151,155); }

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