#4E6B5A

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

Shades of Como #4E6B5A

Tints of Como #4E6B5A

Color information

#4E6B5A (or 0x4E6B5A) is unknown color: approx Como. HEX triplet: 4E, 6B and 5A. RGB value is (78,107,90). Sum of RGB (Red+Green+Blue) = 78+107+90=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6B5A is #B194A5. Grayscale: #606060. Windows color (decimal): -11637926 or 5925710. OLE color: 5925710.

HSL color Cylindrical-coordinate representation of color #4E6B5A: hue angle of 144.83º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E6B5A is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB7810790-
CMYK0.2700.160.58
HSL144.83º15.68%36.27%-
HSV(B)144.83º27.1%41.96%-
XYZ10.2512.8711.62-
YUV96.39124.39114.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 107 (42.19% from 255) = 38.91%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=28.36%
G=38.91%
B=32.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78107900.2700.160.58144.8315.6836.27
Hex4E6B5A1B0103A911024
Octal11615313233020722212044
Binary100111011010111011010110110100001110101001000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,107,90); }

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

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

 a { background-color: rgb(78,107,90); }

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

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

 span { border-color: rgb(78,107,90); }

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