#479789

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

Shades of Lochinvar #479789

Tints of Lochinvar #479789

Color information

#479789 (or 0x479789) is unknown color: approx Lochinvar. HEX triplet: 47, 97 and 89. RGB value is (71,151,137). Sum of RGB (Red+Green+Blue) = 71+151+137=359 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.78% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #479789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479789 is #B86876. Grayscale: #7D7D7D. Windows color (decimal): -12085367 or 9017159. OLE color: 9017159.

HSL color Cylindrical-coordinate representation of color #479789: hue angle of 169.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479789 is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB71151137-
CMYK0.5300.090.41
HSL169.5º36.04%43.53%-
HSV(B)169.5º52.98%59.22%-
XYZ18.1825.2827.59-
YUV125.48134.589.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.78%
GREEN value IS 151 (59.38% from 255) = 42.06%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=19.78%
G=42.06%
B=38.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal711511370.5300.090.41169.536.0443.53
Hex479789350929aa242c
Octal10722721165011512524454
Binary100011110010111100010011101010100110100110101010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479789; }

 p { color: rgb(71,151,137); }

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

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

 a { background-color: rgb(71,151,137); }

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

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

 span { border-color: rgb(71,151,137); }

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