#46897C

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

Shades of Lochinvar #46897C

Tints of Lochinvar #46897C

Color information

#46897C (or 0x46897C) is unknown color: approx Lochinvar. HEX triplet: 46, 89 and 7C. RGB value is (70,137,124). Sum of RGB (Red+Green+Blue) = 70+137+124=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #46897C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46897C is #B97683. Grayscale: #737373. Windows color (decimal): -12154500 or 8161606. OLE color: 8161606.

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

Color convert

RGB70137124-
CMYK0.4900.090.46
HSL168.36º32.37%40.59%-
HSV(B)168.36º48.91%53.73%-
XYZ15.1120.6522.26-
YUV115.48132.895.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=21.15%
G=41.39%
B=37.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal701371240.4900.090.46168.3632.3740.59
Hex46897C31092Ea82029
Octal10621117461011562504051
Binary10001101000100111111001100010100110111010101000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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