#4E929C

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

Shades of Half Baked #4E929C

Tints of Half Baked #4E929C

Color information

#4E929C (or 0x4E929C) is unknown color: approx Half Baked. HEX triplet: 4E, 92 and 9C. RGB value is (78,146,156). Sum of RGB (Red+Green+Blue) = 78+146+156=380 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.53% from 380); Green value is 146 (57.42% from 255 or 38.42% 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 #4E929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E929C is #B16D63. Grayscale: #7E7E7E. Windows color (decimal): -11627876 or 10261070. OLE color: 10261070.

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

Color convert

RGB78146156-
CMYK0.50.0600.39
HSL187.69º33.33%45.88%-
HSV(B)187.69º50%61.18%-
XYZ19.4224.5835.17-
YUV126.81144.4793.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.53%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 156 (61.33% from 255) = 41.05%
R=20.53%
G=38.42%
B=41.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781461560.50.0600.39187.6933.3345.88
Hex4E929C326027bc212e
Octal1162222346260472744156
Binary10011101001001010011100110010110010011110111100100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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