#468479

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

Shades of Lochinvar #468479

Tints of Lochinvar #468479

Color information

#468479 (or 0x468479) is unknown color: approx Lochinvar. HEX triplet: 46, 84 and 79. RGB value is (70,132,121). Sum of RGB (Red+Green+Blue) = 70+132+121=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 132 - color contains mainly: green. Hex color #468479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468479 is #B97B86. Grayscale: #707070. Windows color (decimal): -12155783 or 7963718. OLE color: 7963718.

HSL color Cylindrical-coordinate representation of color #468479: hue angle of 169.35º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #468479 is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB70132121-
CMYK0.4700.080.48
HSL169.35º30.69%39.61%-
HSV(B)169.35º46.97%51.76%-
XYZ14.2319.1921.04-
YUV112.21132.9697.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 132 (51.95% from 255) = 40.87%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=21.67%
G=40.87%
B=37.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701321210.4700.080.48169.3530.6939.61
Hex4684792F0830a91f28
Octal10620417157010602513750
Binary1000110100001001111001101111010001100001010100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468479; }

 p { color: rgb(70,132,121); }

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

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

 a { background-color: rgb(70,132,121); }

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

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

 span { border-color: rgb(70,132,121); }

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