#4D8D92

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

Shades of Half Baked #4D8D92

Tints of Half Baked #4D8D92

Color information

#4D8D92 (or 0x4D8D92) is unknown color: approx Half Baked. HEX triplet: 4D, 8D and 92. RGB value is (77,141,146). Sum of RGB (Red+Green+Blue) = 77+141+146=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D8D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8D92 is #B2726D. Grayscale: #7A7A7A. Windows color (decimal): -11694702 or 9604429. OLE color: 9604429.

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

Color convert

RGB77141146-
CMYK0.470.0300.43
HSL184.35º30.94%43.73%-
HSV(B)184.35º47.26%57.25%-
XYZ17.7722.730.64-
YUV122.43141.395.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.15%
GREEN value IS 141 (55.47% from 255) = 38.74%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=21.15%
G=38.74%
B=40.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771411460.470.0300.43184.3530.9443.73
Hex4D8D922F302Bb81f2c
Octal1152152225730532703754
Binary100110110001101100100101011111101010111011100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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