#479283

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

Shades of Lochinvar #479283

Tints of Lochinvar #479283

Color information

#479283 (or 0x479283) is unknown color: approx Lochinvar. HEX triplet: 47, 92 and 83. RGB value is (71,146,131). Sum of RGB (Red+Green+Blue) = 71+146+131=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #479283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479283 is #B86D7C. Grayscale: #797979. Windows color (decimal): -12086653 or 8622663. OLE color: 8622663.

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

Color convert

RGB71146131-
CMYK0.5100.100.43
HSL168º34.56%42.55%-
HSV(B)168º51.37%57.25%-
XYZ16.9723.5425.12-
YUV121.86133.1591.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.40%
GREEN value IS 146 (57.42% from 255) = 41.95%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=20.40%
G=41.95%
B=37.64%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461310.5100.100.4316834.5642.55
Hex479283330A2Ba8232b
Octal10722220363012532504353
Binary100011110010010100000111100110101010101110101000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479283; }

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

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

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

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

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

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

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

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