#4D8A92

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

Shades of Half Baked #4D8A92

Tints of Half Baked #4D8A92

Color information

#4D8A92 (or 0x4D8A92) is unknown color: approx Half Baked. HEX triplet: 4D, 8A and 92. RGB value is (77,138,146). Sum of RGB (Red+Green+Blue) = 77+138+146=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D8A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8A92 is #B2756D. Grayscale: #787878. Windows color (decimal): -11695470 or 9603661. OLE color: 9603661.

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

Color convert

RGB77138146-
CMYK0.470.0500.43
HSL186.96º30.94%43.73%-
HSV(B)186.96º47.26%57.25%-
XYZ17.3421.8330.49-
YUV120.67142.2996.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.33%
GREEN value IS 138 (54.30% from 255) = 38.23%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=21.33%
G=38.23%
B=40.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771381460.470.0500.43186.9630.9443.73
Hex4D8A922F502Bbb1f2c
Octal1152122225750532733754
Binary1001101100010101001001010111110101010111011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,138,146); }

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

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

 a { background-color: rgb(77,138,146); }

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

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

 span { border-color: rgb(77,138,146); }

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