#46927C

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

Shades of Lochinvar #46927C

Tints of Lochinvar #46927C

Color information

#46927C (or 0x46927C) is unknown color: approx Lochinvar. HEX triplet: 46, 92 and 7C. RGB value is (70,146,124). Sum of RGB (Red+Green+Blue) = 70+146+124=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #46927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46927C is #B96D83. Grayscale: #787878. Windows color (decimal): -12152196 or 8163910. OLE color: 8163910.

HSL color Cylindrical-coordinate representation of color #46927C: hue angle of 162.63º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #46927C is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB70146124-
CMYK0.5200.150.43
HSL162.63º35.19%42.35%-
HSV(B)162.63º52.05%57.25%-
XYZ16.4423.3222.7-
YUV120.77129.8291.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=20.59%
G=42.94%
B=36.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461240.5200.150.43162.6335.1942.35
Hex46927C340F2Ba3232a
Octal10622217464017532434352
Binary10001101001001011111001101000111110101110100011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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