#46857F

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

Shades of Lochinvar #46857F

Tints of Lochinvar #46857F

Color information

#46857F (or 0x46857F) is unknown color: approx Lochinvar. HEX triplet: 46, 85 and 7F. RGB value is (70,133,127). Sum of RGB (Red+Green+Blue) = 70+133+127=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #46857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46857F is #B97A80. Grayscale: #717171. Windows color (decimal): -12155521 or 8357190. OLE color: 8357190.

HSL color Cylindrical-coordinate representation of color #46857F: hue angle of 174.29º 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 #46857F is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB70133127-
CMYK0.4700.050.48
HSL174.29º31.03%39.8%-
HSV(B)174.29º47.37%52.16%-
XYZ14.7419.6123.09-
YUV113.48135.6396.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 127 (50% from 255) = 38.48%
R=21.21%
G=40.30%
B=38.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331270.4700.050.48174.2931.0339.8
Hex46857F2F0530ae1f28
Octal1062051775705602563750
Binary100011010000101111111110111101011100001010111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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