Html Css Color HEX #478579 Lochinvar

📋 copy color: '#478579'

red 71 ◦ green 133 ◦ blue 121

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

Shades of Lochinvar #478579

Tints of Lochinvar #478579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

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

R = 21.85%
G = 40.92%
B = 37.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#478579 (or 0x478579) is known color: Lochinvar. HEX triplet: 47, 85 and 79. RGB value is (71,133,121). Sum of RGB (Red+Green+Blue) = 71+133+121=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 121 (47.66% from 255 or 37.23% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #478579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478579 is #B87A86. Grayscale: #717171. Windows color (decimal): -12089991 or 7963975. OLE color: 7963975.

HSL color Cylindrical-coordinate representation of color #478579: hue angle of 168.39º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478579 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 121 -
CMYK 0.47 0 0.09 0.48
HSL 168.39º 0.3% 0.4% -
HSV(B) 168.39º 0.47% 0.52% -
XYZ 14.44 19.5 21.09 -
YUV 113.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 71 133 121 0.47 0 0.09 0.48 168.39 0.3 0.4
Hex 47 85 79 2F 0 9 30 A8 1E 28
Octal 107 205 171 57 0 11 60 250 36 50
Binary 1000111 10000101 1111001 101111 0 1001 110000 10101000 11110 101000

Color Harmonies of #478579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478579

Black with #478579

Text Example


Text Example

White with #478579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478579; }

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

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

background-color css

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

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

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

border-color css

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

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

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