#46897E

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

Shades of Lochinvar #46897E

Tints of Lochinvar #46897E

Color information

#46897E (or 0x46897E) is unknown color: approx Lochinvar. HEX triplet: 46, 89 and 7E. RGB value is (70,137,126). Sum of RGB (Red+Green+Blue) = 70+137+126=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #46897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46897E is #B97681. Grayscale: #737373. Windows color (decimal): -12154498 or 8292678. OLE color: 8292678.

HSL color Cylindrical-coordinate representation of color #46897E: hue angle of 170.15º 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 #46897E is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB70137126-
CMYK0.4900.080.46
HSL170.15º32.37%40.59%-
HSV(B)170.15º48.91%53.73%-
XYZ15.2420.722.93-
YUV115.71133.895.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.02%
GREEN value IS 137 (53.91% from 255) = 41.14%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=21.02%
G=41.14%
B=37.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371260.4900.080.46170.1532.3740.59
Hex46897E31082Eaa2029
Octal10621117661010562524051
Binary10001101000100111111101100010100010111010101010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46897E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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