#4D939C

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

Shades of Half Baked #4D939C

Tints of Half Baked #4D939C

Color information

#4D939C (or 0x4D939C) is unknown color: approx Half Baked. HEX triplet: 4D, 93 and 9C. RGB value is (77,147,156). Sum of RGB (Red+Green+Blue) = 77+147+156=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D939C is #B26C63. Grayscale: #7E7E7E. Windows color (decimal): -11693156 or 10261325. OLE color: 10261325.

HSL color Cylindrical-coordinate representation of color #4D939C: hue angle of 186.84º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D939C is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77147156-
CMYK0.510.0600.39
HSL186.84º33.91%45.69%-
HSV(B)186.84º50.64%61.18%-
XYZ19.524.8535.22-
YUV127.1144.3192.27-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 147 (57.81% from 255) = 38.68%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=20.26%
G=38.68%
B=41.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal771471560.510.0600.39186.8433.9145.69
Hex4D939C336027bb222e
Octal1152232346360472734256
Binary10011011001001110011100110011110010011110111011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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