#46987A

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

Shades of Lochinvar #46987A

Tints of Lochinvar #46987A

Color information

#46987A (or 0x46987A) is unknown color: approx Lochinvar. HEX triplet: 46, 98 and 7A. RGB value is (70,152,122). Sum of RGB (Red+Green+Blue) = 70+152+122=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 152 (59.77% from 255 or 44.19% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 152 - color contains mainly: green. Hex color #46987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46987A is #B96785. Grayscale: #7C7C7C. Windows color (decimal): -12150662 or 8034374. OLE color: 8034374.

HSL color Cylindrical-coordinate representation of color #46987A: hue angle of 158.05º 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 #46987A is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB70152122-
CMYK0.5400.200.40
HSL158.05º36.94%43.53%-
HSV(B)158.05º53.95%59.61%-
XYZ17.2725.1622.36-
YUV124.06126.8389.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 152 (59.77% from 255) = 44.19%
BLUE value IS 122 (48.05% from 255) = 35.47%
R=20.35%
G=44.19%
B=35.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701521220.5400.200.40158.0536.9443.53
Hex46987A36014289e252c
Octal10623017266024502364554
Binary100011010011000111101011011001010010100010011110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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