Html Css Color HEX #478D79 Lochinvar

📋 copy color: '#478D79'

red 71 ◦ green 141 ◦ blue 121

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

Shades of Lochinvar #478D79

Tints of Lochinvar #478D79

RGB

 RED value IS 71 (28.13% from 255) = 21.32%

 GREEN value IS 141 (55.47% from 255) = 42.34%

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 21.32%
G = 42.34%
B = 36.34%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#478D79 (or 0x478D79) is known color: Lochinvar. HEX triplet: 47, 8D and 79. RGB value is (71,141,121). Sum of RGB (Red+Green+Blue) = 71+141+121=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #478D79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D79 is #B87286. Grayscale: #757575. Windows color (decimal): -12087943 or 7966023. OLE color: 7966023.

HSL color Cylindrical-coordinate representation of color #478D79: hue angle of 162.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D79 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 141 121 -
CMYK 0.50 0 0.14 0.45
HSL 162.86º 0.33% 0.42% -
HSV(B) 162.86º 0.5% 0.55% -
XYZ 15.57 21.77 21.47 -
YUV 117.79 129.81 94.63 -
System Red Green Blue C M Y K H S L
Decimal 71 141 121 0.50 0 0.14 0.45 162.86 0.33 0.42
Hex 47 8D 79 32 0 E 2D A3 21 2A
Octal 107 215 171 62 0 16 55 243 41 52
Binary 1000111 10001101 1111001 110010 0 1110 101101 10100011 100001 101010

Color Harmonies of #478D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478D79

Black with #478D79

Text Example


Text Example

White with #478D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478D79; }

 p { color: rgb(71,141,121); }

 H1.HeaderClassName
 {
   color: #478D79;
 }
 .AnyTagClassName
 {
   color: #478D79;
 }
</style>

background-color css

<style>
 a { background-color: #478D79; }

 a { background-color: rgb(71,141,121); }

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

border-color css

<style>
 span { border-color: #478D79; }

 span { border-color: rgb(71,141,121); }

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