#479886

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

Shades of Lochinvar #479886

Tints of Lochinvar #479886

Color information

#479886 (or 0x479886) is unknown color: approx Lochinvar. HEX triplet: 47, 98 and 86. RGB value is (71,152,134). Sum of RGB (Red+Green+Blue) = 71+152+134=357 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.89% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #479886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479886 is #B86779. Grayscale: #7D7D7D. Windows color (decimal): -12085114 or 8820807. OLE color: 8820807.

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

Color convert

RGB71152134-
CMYK0.5300.120.40
HSL166.67º36.32%43.73%-
HSV(B)166.67º53.29%59.61%-
XYZ18.1325.5226.52-
YUV125.73132.6688.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.89%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=19.89%
G=42.58%
B=37.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711521340.5300.120.40166.6736.3243.73
Hex479886350C28a7242c
Octal10723020665014502474454
Binary100011110011000100001101101010110010100010100111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479886; }

 p { color: rgb(71,152,134); }

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

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

 a { background-color: rgb(71,152,134); }

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

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

 span { border-color: rgb(71,152,134); }

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