Html Css Color HEX #4E9084 Lochinvar

📋 copy color: '#4E9084'

red 78 ◦ green 144 ◦ blue 132

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

Shades of Lochinvar #4E9084

Tints of Lochinvar #4E9084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

 BLUE value IS 132 (51.95% from 255) = 37.29%

R = 22.03%
G = 40.68%
B = 37.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#4E9084 (or 0x4E9084) is known color: Lochinvar. HEX triplet: 4E, 90 and 84. RGB value is (78,144,132). Sum of RGB (Red+Green+Blue) = 78+144+132=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9084 is #B16F7B. Grayscale: #7A7A7A. Windows color (decimal): -11628412 or 8687694. OLE color: 8687694.

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

Color convert

RGB 78 144 132 -
CMYK 0.46 0 0.08 0.44
HSL 169.09º 0.3% 0.44% -
HSV(B) 169.09º 0.46% 0.56% -
XYZ 17.28 23.23 25.4 -
YUV 122.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 78 144 132 0.46 0 0.08 0.44 169.09 0.3 0.44
Hex 4E 90 84 2E 0 8 2C A9 1E 2C
Octal 116 220 204 56 0 10 54 251 36 54
Binary 1001110 10010000 10000100 101110 0 1000 101100 10101001 11110 101100

Color Harmonies of #4E9084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9084

Black with #4E9084

Text Example


Text Example

White with #4E9084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,144,132); }

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

background-color css

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

 a { background-color: rgb(78,144,132); }

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

border-color css

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

 span { border-color: rgb(78,144,132); }

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