#4D929C

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

Shades of Half Baked #4D929C

Tints of Half Baked #4D929C

Color information

#4D929C (or 0x4D929C) is unknown color: approx Half Baked. HEX triplet: 4D, 92 and 9C. RGB value is (77,146,156). Sum of RGB (Red+Green+Blue) = 77+146+156=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D929C is #B26D63. Grayscale: #7E7E7E. Windows color (decimal): -11693412 or 10261069. OLE color: 10261069.

HSL color Cylindrical-coordinate representation of color #4D929C: hue angle of 187.59º 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 #4D929C is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB77146156-
CMYK0.510.0600.39
HSL187.59º33.91%45.69%-
HSV(B)187.59º50.64%61.18%-
XYZ19.3424.5435.17-
YUV126.51144.6492.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.32%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=20.32%
G=38.52%
B=41.16%

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
Decimal771461560.510.0600.39187.5933.9145.69
Hex4D929C336027bc222e
Octal1152222346360472744256
Binary10011011001001010011100110011110010011110111100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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