#479285

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

Shades of Lochinvar #479285

Tints of Lochinvar #479285

Color information

#479285 (or 0x479285) is unknown color: approx Lochinvar. HEX triplet: 47, 92 and 85. RGB value is (71,146,133). Sum of RGB (Red+Green+Blue) = 71+146+133=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #479285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479285 is #B86D7A. Grayscale: #7A7A7A. Windows color (decimal): -12086651 or 8753735. OLE color: 8753735.

HSL color Cylindrical-coordinate representation of color #479285: hue angle of 169.6º 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 #479285 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB71146133-
CMYK0.5100.090.43
HSL169.6º34.56%42.55%-
HSV(B)169.6º51.37%57.25%-
XYZ17.1123.5925.84-
YUV122.09134.1591.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.29%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 133 (52.34% from 255) = 38%
R=20.29%
G=41.71%
B=38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461330.5100.090.43169.634.5642.55
Hex47928533092Baa232b
Octal10722220563011532524353
Binary100011110010010100001011100110100110101110101010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479285; }

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

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

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

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

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

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

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

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