#4D969E

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

Shades of Half Baked #4D969E

Tints of Half Baked #4D969E

Color information

#4D969E (or 0x4D969E) is unknown color: approx Half Baked. HEX triplet: 4D, 96 and 9E. RGB value is (77,150,158). Sum of RGB (Red+Green+Blue) = 77+150+158=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D969E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D969E is #B26961. Grayscale: #808080. Windows color (decimal): -11692386 or 10393165. OLE color: 10393165.

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

Color convert

RGB77150158-
CMYK0.510.0500.38
HSL185.93º34.47%46.08%-
HSV(B)185.93º51.27%61.96%-
XYZ20.1425.8636.28-
YUV129.08144.3290.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=20%
G=38.96%
B=41.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal771501580.510.0500.38185.9334.4746.08
Hex4D969E335026ba222e
Octal1152262366350462724256
Binary10011011001011010011110110011101010011010111010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D969E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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