#4D8991

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

Shades of Half Baked #4D8991

Tints of Half Baked #4D8991

Color information

#4D8991 (or 0x4D8991) is unknown color: approx Half Baked. HEX triplet: 4D, 89 and 91. RGB value is (77,137,145). Sum of RGB (Red+Green+Blue) = 77+137+145=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D8991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8991 is #B2766E. Grayscale: #777777. Windows color (decimal): -11695727 or 9537869. OLE color: 9537869.

HSL color Cylindrical-coordinate representation of color #4D8991: hue angle of 187.06º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D8991 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB77137145-
CMYK0.470.0600.43
HSL187.06º30.63%43.53%-
HSV(B)187.06º46.9%56.86%-
XYZ17.1221.5130.04-
YUV119.97142.1297.35-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.45%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=21.45%
G=38.16%
B=40.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771371450.470.0600.43187.0630.6343.53
Hex4D89912F602Bbb1f2c
Octal1152112215760532733754
Binary1001101100010011001000110111111001010111011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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