#479982

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

Shades of Lochinvar #479982

Tints of Lochinvar #479982

Color information

#479982 (or 0x479982) is unknown color: approx Lochinvar. HEX triplet: 47, 99 and 82. RGB value is (71,153,130). Sum of RGB (Red+Green+Blue) = 71+153+130=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #479982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479982 is #B8667D. Grayscale: #7D7D7D. Windows color (decimal): -12084862 or 8558919. OLE color: 8558919.

HSL color Cylindrical-coordinate representation of color #479982: hue angle of 163.17º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479982 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB71153130-
CMYK0.5400.150.4
HSL163.17º36.61%43.92%-
HSV(B)163.17º53.59%60%-
XYZ18.0225.7325.14-
YUV125.86130.3388.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=20.06%
G=43.22%
B=36.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531300.5400.150.4163.1736.6143.92
Hex479982360F28a3252c
Octal10723120266017502434554
Binary100011110011001100000101101100111110100010100011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479982; }

 p { color: rgb(71,153,130); }

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

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

 a { background-color: rgb(71,153,130); }

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

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

 span { border-color: rgb(71,153,130); }

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