Html Css Color HEX #4E7060 Como

📋 copy color: '#4E7060'

red 78 ◦ green 112 ◦ blue 96

#4E7060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Como #4E7060

Tints of Como #4E7060

RGB

 RED value IS 78 (30.86% from 255) = 27.27%

 GREEN value IS 112 (44.14% from 255) = 39.16%

 BLUE value IS 96 (37.89% from 255) = 33.57%

R = 27.27%
G = 39.16%
B = 33.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#4E7060 (or 0x4E7060) is known color: Como. HEX triplet: 4E, 70 and 60. RGB value is (78,112,96). Sum of RGB (Red+Green+Blue) = 78+112+96=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7060 is #B18F9F. Grayscale: #646464. Windows color (decimal): -11636640 or 6320206. OLE color: 6320206.

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

Color convert

RGB 78 112 96 -
CMYK 0.30 0 0.14 0.56
HSL 151.76º 0.18% 0.37% -
HSV(B) 151.76º 0.3% 0.44% -
XYZ 11.05 14.05 13.2 -
YUV 100.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 78 112 96 0.30 0 0.14 0.56 151.76 0.18 0.37
Hex 4E 70 60 1E 0 E 38 98 12 25
Octal 116 160 140 36 0 16 70 230 22 45
Binary 1001110 1110000 1100000 11110 0 1110 111000 10011000 10010 100101

Color Harmonies of #4E7060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7060

Black with #4E7060

Text Example


Text Example

White with #4E7060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,112,96); }

 H1.HeaderClassName
 {
   color: #4E7060;
 }
 .AnyTagClassName
 {
   color: #4E7060;
 }
</style>

background-color css

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

 a { background-color: rgb(78,112,96); }

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

border-color css

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

 span { border-color: rgb(78,112,96); }

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