Html Css Color HEX #478479 Lochinvar

📋 copy color: '#478479'

red 71 ◦ green 132 ◦ blue 121

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

Shades of Lochinvar #478479

Tints of Lochinvar #478479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.74%

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

R = 21.91%
G = 40.74%
B = 37.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#478479 (or 0x478479) is known color: Lochinvar. HEX triplet: 47, 84 and 79. RGB value is (71,132,121). Sum of RGB (Red+Green+Blue) = 71+132+121=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #478479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478479 is #B87B86. Grayscale: #707070. Windows color (decimal): -12090247 or 7963719. OLE color: 7963719.

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

Color convert

RGB 71 132 121 -
CMYK 0.46 0 0.08 0.48
HSL 169.18º 0.3% 0.4% -
HSV(B) 169.18º 0.46% 0.52% -
XYZ 14.3 19.22 21.05 -
YUV 112.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 71 132 121 0.46 0 0.08 0.48 169.18 0.3 0.4
Hex 47 84 79 2E 0 8 30 A9 1E 28
Octal 107 204 171 56 0 10 60 251 36 50
Binary 1000111 10000100 1111001 101110 0 1000 110000 10101001 11110 101000

Color Harmonies of #478479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478479

Black with #478479

Text Example


Text Example

White with #478479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478479; }

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

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

background-color css

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

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

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

border-color css

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

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

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