#46897F

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

Shades of Lochinvar #46897F

Tints of Lochinvar #46897F

Color information

#46897F (or 0x46897F) is unknown color: approx Lochinvar. HEX triplet: 46, 89 and 7F. RGB value is (70,137,127). Sum of RGB (Red+Green+Blue) = 70+137+127=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 137 - color contains mainly: green. Hex color #46897F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46897F is #B97680. Grayscale: #737373. Windows color (decimal): -12154497 or 8358214. OLE color: 8358214.

HSL color Cylindrical-coordinate representation of color #46897F: hue angle of 171.04º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46897F is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB70137127-
CMYK0.4900.070.46
HSL171.04º32.37%40.59%-
HSV(B)171.04º48.91%53.73%-
XYZ15.320.7323.27-
YUV115.83134.395.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.96%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 127 (50% from 255) = 38.02%
R=20.96%
G=41.02%
B=38.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371270.4900.070.46171.0432.3740.59
Hex46897F31072Eab2029
Octal1062111776107562534051
Binary1000110100010011111111110001011110111010101011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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