Html Css Color HEX #4E9585 Lochinvar

📋 copy color: '#4E9585'

red 78 ◦ green 149 ◦ blue 133

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

Shades of Lochinvar #4E9585

Tints of Lochinvar #4E9585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.39%

 BLUE value IS 133 (52.34% from 255) = 36.94%

R = 21.67%
G = 41.39%
B = 36.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#4E9585 (or 0x4E9585) is known color: Lochinvar. HEX triplet: 4E, 95 and 85. RGB value is (78,149,133). Sum of RGB (Red+Green+Blue) = 78+149+133=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9585 is #B16A7A. Grayscale: #7D7D7D. Windows color (decimal): -11627131 or 8754510. OLE color: 8754510.

HSL color Cylindrical-coordinate representation of color #4E9585: hue angle of 166.48º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E9585 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 149 133 -
CMYK 0.48 0 0.11 0.42
HSL 166.48º 0.31% 0.45% -
HSV(B) 166.48º 0.48% 0.58% -
XYZ 18.12 24.81 26.02 -
YUV 125.95 131.98 93.8 -
System Red Green Blue C M Y K H S L
Decimal 78 149 133 0.48 0 0.11 0.42 166.48 0.31 0.45
Hex 4E 95 85 30 0 B 2A A6 1F 2D
Octal 116 225 205 60 0 13 52 246 37 55
Binary 1001110 10010101 10000101 110000 0 1011 101010 10100110 11111 101101

Color Harmonies of #4E9585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9585

Black with #4E9585

Text Example


Text Example

White with #4E9585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,149,133); }

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

background-color css

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

 a { background-color: rgb(78,149,133); }

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

border-color css

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

 span { border-color: rgb(78,149,133); }

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