#46987E

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

Shades of Lochinvar #46987E

Tints of Lochinvar #46987E

Color information

#46987E (or 0x46987E) is unknown color: approx Lochinvar. HEX triplet: 46, 98 and 7E. RGB value is (70,152,126). Sum of RGB (Red+Green+Blue) = 70+152+126=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #46987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46987E is #B96781. Grayscale: #7C7C7C. Windows color (decimal): -12150658 or 8296518. OLE color: 8296518.

HSL color Cylindrical-coordinate representation of color #46987E: hue angle of 160.98º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46987E is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB70152126-
CMYK0.5400.170.40
HSL160.98º36.94%43.53%-
HSV(B)160.98º53.95%59.61%-
XYZ17.5225.2623.69-
YUV124.52128.8389.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.11%
GREEN value IS 152 (59.77% from 255) = 43.68%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=20.11%
G=43.68%
B=36.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701521260.5400.170.40160.9836.9443.53
Hex46987E3601128a1252c
Octal10623017666021502414554
Binary100011010011000111111011011001000110100010100001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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