#46977E

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

Shades of Lochinvar #46977E

Tints of Lochinvar #46977E

Color information

#46977E (or 0x46977E) is unknown color: approx Lochinvar. HEX triplet: 46, 97 and 7E. RGB value is (70,151,126). Sum of RGB (Red+Green+Blue) = 70+151+126=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #46977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46977E is #B96881. Grayscale: #7B7B7B. Windows color (decimal): -12150914 or 8296262. OLE color: 8296262.

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

Color convert

RGB70151126-
CMYK0.5400.170.41
HSL161.48º36.65%43.33%-
HSV(B)161.48º53.64%59.22%-
XYZ17.3624.9423.64-
YUV123.93129.1689.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 126 (49.61% from 255) = 36.31%
R=20.17%
G=43.52%
B=36.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701511260.5400.170.41161.4836.6543.33
Hex46977E3601129a1252b
Octal10622717666021512414553
Binary100011010010111111111011011001000110100110100001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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