#4E9068

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

Shades of Como #4E9068

Tints of Como #4E9068

Color information

#4E9068 (or 0x4E9068) is unknown color: approx Como. HEX triplet: 4E, 90 and 68. RGB value is (78,144,104). Sum of RGB (Red+Green+Blue) = 78+144+104=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E9068 is #B16F97. Grayscale: #777777. Windows color (decimal): -11628440 or 6852686. OLE color: 6852686.

HSL color Cylindrical-coordinate representation of color #4E9068: hue angle of 143.64º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E9068 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB78144104-
CMYK0.4600.280.44
HSL143.64º29.73%43.53%-
HSV(B)143.64º45.83%56.47%-
XYZ15.6122.5716.63-
YUV119.71119.1398.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.93%
GREEN value IS 144 (56.64% from 255) = 44.17%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=23.93%
G=44.17%
B=31.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781441040.4600.280.44143.6429.7343.53
Hex4E90682E01C2C901e2c
Octal11622015056034542203654
Binary10011101001000011010001011100111001011001001000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,104); }

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

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

 a { background-color: rgb(78,144,104); }

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

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

 span { border-color: rgb(78,144,104); }

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