Html Css Color HEX #4E7462 Como

📋 copy color: '#4E7462'

red 78 ◦ green 116 ◦ blue 98

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

Shades of Como #4E7462

Tints of Como #4E7462

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 26.71%
G = 39.73%
B = 33.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#4E7462 (or 0x4E7462) is known color: Como. HEX triplet: 4E, 74 and 62. RGB value is (78,116,98). Sum of RGB (Red+Green+Blue) = 78+116+98=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #4E7462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7462 is #B18B9D. Grayscale: #666666. Windows color (decimal): -11635614 or 6452302. OLE color: 6452302.

HSL color Cylindrical-coordinate representation of color #4E7462: hue angle of 151.58º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E7462 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 116 98 -
CMYK 0.33 0 0.16 0.55
HSL 151.58º 0.2% 0.38% -
HSV(B) 151.58º 0.33% 0.45% -
XYZ 11.59 14.99 13.84 -
YUV 102.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 78 116 98 0.33 0 0.16 0.55 151.58 0.2 0.38
Hex 4E 74 62 21 0 10 37 98 14 26
Octal 116 164 142 41 0 20 67 230 24 46
Binary 1001110 1110100 1100010 100001 0 10000 110111 10011000 10100 100110

Color Harmonies of #4E7462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7462

Black with #4E7462

Text Example


Text Example

White with #4E7462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,116,98); }

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

background-color css

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

 a { background-color: rgb(78,116,98); }

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

border-color css

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

 span { border-color: rgb(78,116,98); }

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