#4D8E93

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

Shades of Half Baked #4D8E93

Tints of Half Baked #4D8E93

Color information

#4D8E93 (or 0x4D8E93) is unknown color: approx Half Baked. HEX triplet: 4D, 8E and 93. RGB value is (77,142,147). Sum of RGB (Red+Green+Blue) = 77+142+147=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D8E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8E93 is #B2716C. Grayscale: #7B7B7B. Windows color (decimal): -11694445 or 9670221. OLE color: 9670221.

HSL color Cylindrical-coordinate representation of color #4D8E93: hue angle of 184.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D8E93 is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB77142147-
CMYK0.480.0300.42
HSL184.29º31.25%43.92%-
HSV(B)184.29º47.62%57.65%-
XYZ1823.0331.1-
YUV123.14141.4795.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.04%
GREEN value IS 142 (55.86% from 255) = 38.80%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=21.04%
G=38.80%
B=40.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771421470.480.0300.42184.2931.2543.92
Hex4D8E9330302Ab81f2c
Octal1152162236030522703754
Binary100110110001110100100111100001101010101011100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,142,147); }

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

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

 a { background-color: rgb(77,142,147); }

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

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

 span { border-color: rgb(77,142,147); }

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