#46947F

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

Shades of Lochinvar #46947F

Tints of Lochinvar #46947F

Color information

#46947F (or 0x46947F) is unknown color: approx Lochinvar. HEX triplet: 46, 94 and 7F. RGB value is (70,148,127). Sum of RGB (Red+Green+Blue) = 70+148+127=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #46947F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46947F is #B96B80. Grayscale: #7A7A7A. Windows color (decimal): -12151681 or 8361030. OLE color: 8361030.

HSL color Cylindrical-coordinate representation of color #46947F: hue angle of 163.85º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46947F is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB70148127-
CMYK0.5300.140.42
HSL163.85º35.78%42.75%-
HSV(B)163.85º52.7%58.04%-
XYZ16.9524.0123.82-
YUV122.28130.6690.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 127 (50% from 255) = 36.81%
R=20.29%
G=42.90%
B=36.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701481270.5300.140.42163.8535.7842.75
Hex46947F350E2Aa4242b
Octal10622417765016522444453
Binary10001101001010011111111101010111010101010100100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46947F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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