Html Css Color HEX #4E7864 Como

📋 copy color: '#4E7864'

red 78 ◦ green 120 ◦ blue 100

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

Shades of Como #4E7864

Tints of Como #4E7864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.27%

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 26.17%
G = 40.27%
B = 33.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#4E7864 (or 0x4E7864) is known color: Como. HEX triplet: 4E, 78 and 64. RGB value is (78,120,100). Sum of RGB (Red+Green+Blue) = 78+120+100=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7864 is #B1879B. Grayscale: #696969. Windows color (decimal): -11634588 or 6584398. OLE color: 6584398.

HSL color Cylindrical-coordinate representation of color #4E7864: hue angle of 151.43º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E7864 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 120 100 -
CMYK 0.35 0 0.17 0.53
HSL 151.43º 0.21% 0.39% -
HSV(B) 151.43º 0.35% 0.47% -
XYZ 12.16 15.97 14.5 -
YUV 105.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 78 120 100 0.35 0 0.17 0.53 151.43 0.21 0.39
Hex 4E 78 64 23 0 11 35 97 15 27
Octal 116 170 144 43 0 21 65 227 25 47
Binary 1001110 1111000 1100100 100011 0 10001 110101 10010111 10101 100111

Color Harmonies of #4E7864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7864

Black with #4E7864

Text Example


Text Example

White with #4E7864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,120,100); }

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

background-color css

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

 a { background-color: rgb(78,120,100); }

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

border-color css

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

 span { border-color: rgb(78,120,100); }

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