#479988

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

Shades of Lochinvar #479988

Tints of Lochinvar #479988

Color information

#479988 (or 0x479988) is unknown color: approx Lochinvar. HEX triplet: 47, 99 and 88. RGB value is (71,153,136). Sum of RGB (Red+Green+Blue) = 71+153+136=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #479988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479988 is #B86677. Grayscale: #7E7E7E. Windows color (decimal): -12084856 or 8952135. OLE color: 8952135.

HSL color Cylindrical-coordinate representation of color #479988: hue angle of 167.56º 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 #479988 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB71153136-
CMYK0.5400.110.4
HSL167.56º36.61%43.92%-
HSV(B)167.56º53.59%60%-
XYZ18.4325.927.32-
YUV126.54133.3388.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 136 (53.52% from 255) = 37.78%
R=19.72%
G=42.5%
B=37.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711531360.5400.110.4167.5636.6143.92
Hex479988360B28a8252c
Octal10723121066013502504554
Binary100011110011001100010001101100101110100010101000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479988; }

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

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

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

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

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

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

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

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