#4D959B

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

Shades of Half Baked #4D959B

Tints of Half Baked #4D959B

Color information

#4D959B (or 0x4D959B) is unknown color: approx Half Baked. HEX triplet: 4D, 95 and 9B. RGB value is (77,149,155). Sum of RGB (Red+Green+Blue) = 77+149+155=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D959B is #B26A64. Grayscale: #808080. Windows color (decimal): -11692645 or 10196301. OLE color: 10196301.

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

Color convert

RGB77149155-
CMYK0.500.0400.39
HSL184.62º33.62%45.49%-
HSV(B)184.62º50.32%60.78%-
XYZ19.7225.4434.88-
YUV128.16143.1591.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.21%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=20.21%
G=39.11%
B=40.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771491550.500.0400.39184.6233.6245.49
Hex4D959B324027b9222d
Octal1152252336240472714255
Binary10011011001010110011011110010100010011110111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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