#46857A

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

Shades of Lochinvar #46857A

Tints of Lochinvar #46857A

Color information

#46857A (or 0x46857A) is unknown color: approx Lochinvar. HEX triplet: 46, 85 and 7A. RGB value is (70,133,122). Sum of RGB (Red+Green+Blue) = 70+133+122=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #46857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46857A is #B97A85. Grayscale: #707070. Windows color (decimal): -12155526 or 8029510. OLE color: 8029510.

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

Color convert

RGB70133122-
CMYK0.4700.080.48
HSL169.52º31.03%39.8%-
HSV(B)169.52º47.37%52.16%-
XYZ14.4319.4821.41-
YUV112.91133.1397.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=21.54%
G=40.92%
B=37.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331220.4700.080.48169.5231.0339.8
Hex46857A2F0830aa1f28
Octal10620517257010602523750
Binary1000110100001011111010101111010001100001010101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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