#478779

Color #478779 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #478779

Tints of Lochinvar #478779

Color information

#478779 (or 0x478779) is unknown color: approx Lochinvar. HEX triplet: 47, 87 and 79. RGB value is (71,135,121). Sum of RGB (Red+Green+Blue) = 71+135+121=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #478779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478779 is #B87886. Grayscale: #727272. Windows color (decimal): -12089479 or 7964487. OLE color: 7964487.

HSL color Cylindrical-coordinate representation of color #478779: hue angle of 166.88º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478779 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB71135121-
CMYK0.4700.100.47
HSL166.88º31.07%40.39%-
HSV(B)166.88º47.41%52.94%-
XYZ14.7120.0521.18-
YUV114.27131.897.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=21.71%
G=41.28%
B=37.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351210.4700.100.47166.8831.0740.39
Hex4787792F0A2Fa71f28
Octal10720717157012572473750
Binary1000111100001111111001101111010101011111010011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478779; }

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

 H1.HeaderClassName
 {
   color: #478779;
 }
 .AnyTagClassName
 {
   color: #478779;
 }
</style>
background-color css

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

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

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

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

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

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