#479383

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

Shades of Lochinvar #479383

Tints of Lochinvar #479383

Color information

#479383 (or 0x479383) is unknown color: approx Lochinvar. HEX triplet: 47, 93 and 83. RGB value is (71,147,131). Sum of RGB (Red+Green+Blue) = 71+147+131=349 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.34% from 349); Green value is 147 (57.81% from 255 or 42.12% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 147 - color contains mainly: green. Hex color #479383 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479383 is #B86C7C. Grayscale: #7A7A7A. Windows color (decimal): -12086397 or 8622919. OLE color: 8622919.

HSL color Cylindrical-coordinate representation of color #479383: hue angle of 167.37º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479383 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB71147131-
CMYK0.5200.110.42
HSL167.37º34.86%42.75%-
HSV(B)167.37º51.7%57.65%-
XYZ17.1323.8525.17-
YUV122.45132.8291.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.34%
GREEN value IS 147 (57.81% from 255) = 42.12%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=20.34%
G=42.12%
B=37.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711471310.5200.110.42167.3734.8642.75
Hex479383340B2Aa7232b
Octal10722320364013522474353
Binary100011110010011100000111101000101110101010100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479383; }

 p { color: rgb(71,147,131); }

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

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

 a { background-color: rgb(71,147,131); }

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

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

 span { border-color: rgb(71,147,131); }

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