#46917F

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

Shades of Lochinvar #46917F

Tints of Lochinvar #46917F

Color information

#46917F (or 0x46917F) is unknown color: approx Lochinvar. HEX triplet: 46, 91 and 7F. RGB value is (70,145,127). Sum of RGB (Red+Green+Blue) = 70+145+127=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 145 - color contains mainly: green. Hex color #46917F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46917F is #B96E80. Grayscale: #787878. Windows color (decimal): -12152449 or 8360262. OLE color: 8360262.

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

Color convert

RGB70145127-
CMYK0.5200.120.43
HSL165.6º34.88%42.16%-
HSV(B)165.6º51.72%56.86%-
XYZ16.4823.0923.67-
YUV120.52131.6591.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.47%
GREEN value IS 145 (57.03% from 255) = 42.40%
BLUE value IS 127 (50% from 255) = 37.13%
R=20.47%
G=42.40%
B=37.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451270.5200.120.43165.634.8842.16
Hex46917F340C2Ba6232a
Octal10622117764014532464352
Binary10001101001000111111111101000110010101110100110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46917F; }

 p { color: rgb(70,145,127); }

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

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

 a { background-color: rgb(70,145,127); }

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

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

 span { border-color: rgb(70,145,127); }

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