#4E969C

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

Shades of Half Baked #4E969C

Tints of Half Baked #4E969C

Color information

#4E969C (or 0x4E969C) is unknown color: approx Half Baked. HEX triplet: 4E, 96 and 9C. RGB value is (78,150,156). Sum of RGB (Red+Green+Blue) = 78+150+156=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E969C is #B16963. Grayscale: #818181. Windows color (decimal): -11626852 or 10262094. OLE color: 10262094.

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

Color convert

RGB78150156-
CMYK0.50.0400.39
HSL184.62º33.33%45.88%-
HSV(B)184.62º50%61.18%-
XYZ20.0525.8335.38-
YUV129.16143.1591.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.31%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=20.31%
G=39.06%
B=40.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal781501560.50.0400.39184.6233.3345.88
Hex4E969C324027b9212e
Octal1162262346240472714156
Binary10011101001011010011100110010100010011110111001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E969C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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