#46867E

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

Shades of Lochinvar #46867E

Tints of Lochinvar #46867E

Color information

#46867E (or 0x46867E) is unknown color: approx Lochinvar. HEX triplet: 46, 86 and 7E. RGB value is (70,134,126). Sum of RGB (Red+Green+Blue) = 70+134+126=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #46867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46867E is #B97981. Grayscale: #717171. Windows color (decimal): -12155266 or 8291910. OLE color: 8291910.

HSL color Cylindrical-coordinate representation of color #46867E: hue angle of 172.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46867E is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB70134126-
CMYK0.4800.060.47
HSL172.5º31.37%40%-
HSV(B)172.5º47.76%52.55%-
XYZ14.8219.8622.79-
YUV113.95134.896.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=21.21%
G=40.61%
B=38.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701341260.4800.060.47172.531.3740
Hex46867E30062Fac1f28
Octal1062061766006572543750
Binary100011010000110111111011000001101011111010110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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