#4D9091

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

Shades of Half Baked #4D9091

Tints of Half Baked #4D9091

Color information

#4D9091 (or 0x4D9091) is unknown color: approx Half Baked. HEX triplet: 4D, 90 and 91. RGB value is (77,144,145). Sum of RGB (Red+Green+Blue) = 77+144+145=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D9091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9091 is #B26F6E. Grayscale: #7C7C7C. Windows color (decimal): -11693935 or 9539661. OLE color: 9539661.

HSL color Cylindrical-coordinate representation of color #4D9091: hue angle of 180.88º 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 #4D9091 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB77144145-
CMYK0.470.0100.43
HSL180.88º30.63%43.53%-
HSV(B)180.88º46.9%56.86%-
XYZ18.1423.5730.38-
YUV124.08139.894.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.04%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 145 (57.03% from 255) = 39.62%
R=21.04%
G=39.34%
B=39.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771441450.470.0100.43180.8830.6343.53
Hex4D90912F102Bb51f2c
Octal1152202215710532653754
Binary10011011001000010010001101111101010111011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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