#4D949B

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

Shades of Half Baked #4D949B

Tints of Half Baked #4D949B

Color information

#4D949B (or 0x4D949B) is unknown color: approx Half Baked. HEX triplet: 4D, 94 and 9B. RGB value is (77,148,155). Sum of RGB (Red+Green+Blue) = 77+148+155=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D949B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D949B is #B26B64. Grayscale: #7F7F7F. Windows color (decimal): -11692901 or 10196045. OLE color: 10196045.

HSL color Cylindrical-coordinate representation of color #4D949B: hue angle of 185.38º 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 #4D949B is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77148155-
CMYK0.500.0500.39
HSL185.38º33.62%45.49%-
HSV(B)185.38º50.32%60.78%-
XYZ19.5725.1234.83-
YUV127.57143.4891.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=20.26%
G=38.95%
B=40.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771481550.500.0500.39185.3833.6245.49
Hex4D949B325027b9222d
Octal1152242336250472714255
Binary10011011001010010011011110010101010011110111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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