#4D8B92

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

Shades of Half Baked #4D8B92

Tints of Half Baked #4D8B92

Color information

#4D8B92 (or 0x4D8B92) is unknown color: approx Half Baked. HEX triplet: 4D, 8B and 92. RGB value is (77,139,146). Sum of RGB (Red+Green+Blue) = 77+139+146=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D8B92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8B92 is #B2746D. Grayscale: #797979. Windows color (decimal): -11695214 or 9603917. OLE color: 9603917.

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

Color convert

RGB77139146-
CMYK0.470.0500.43
HSL186.09º30.94%43.73%-
HSV(B)186.09º47.26%57.25%-
XYZ17.4822.1230.54-
YUV121.26141.9696.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.27%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=21.27%
G=38.40%
B=40.33%

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
Decimal771391460.470.0500.43186.0930.9443.73
Hex4D8B922F502Bba1f2c
Octal1152132225750532723754
Binary1001101100010111001001010111110101010111011101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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