#468782

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

Shades of Lochinvar #468782

Tints of Lochinvar #468782

Color information

#468782 (or 0x468782) is unknown color: approx Lochinvar. HEX triplet: 46, 87 and 82. RGB value is (70,135,130). Sum of RGB (Red+Green+Blue) = 70+135+130=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #468782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468782 is #B9787D. Grayscale: #727272. Windows color (decimal): -12155006 or 8554310. OLE color: 8554310.

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

Color convert

RGB70135130-
CMYK0.4800.040.47
HSL175.38º31.71%40.2%-
HSV(B)175.38º48.15%52.94%-
XYZ15.2220.2424.22-
YUV114.99136.4795.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 135 (53.12% from 255) = 40.30%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=20.90%
G=40.30%
B=38.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701351300.4800.040.47175.3831.7140.2
Hex46878230042Faf2028
Octal1062072026004572574050
Binary10001101000011110000010110000010010111110101111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468782; }

 p { color: rgb(70,135,130); }

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

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

 a { background-color: rgb(70,135,130); }

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

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

 span { border-color: rgb(70,135,130); }

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