#479281

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

Shades of Lochinvar #479281

Tints of Lochinvar #479281

Color information

#479281 (or 0x479281) is unknown color: approx Lochinvar. HEX triplet: 47, 92 and 81. RGB value is (71,146,129). Sum of RGB (Red+Green+Blue) = 71+146+129=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #479281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479281 is #B86D7E. Grayscale: #797979. Windows color (decimal): -12086655 or 8491591. OLE color: 8491591.

HSL color Cylindrical-coordinate representation of color #479281: hue angle of 166.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479281 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB71146129-
CMYK0.5100.120.43
HSL166.4º34.56%42.55%-
HSV(B)166.4º51.37%57.25%-
XYZ16.8423.4824.41-
YUV121.64132.1591.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 129 (50.78% from 255) = 37.28%
R=20.52%
G=42.20%
B=37.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461290.5100.120.43166.434.5642.55
Hex479281330C2Ba6232b
Octal10722220163014532464353
Binary100011110010010100000011100110110010101110100110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479281; }

 p { color: rgb(71,146,129); }

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

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

 a { background-color: rgb(71,146,129); }

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

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

 span { border-color: rgb(71,146,129); }

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