#46847A

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

Shades of Lochinvar #46847A

Tints of Lochinvar #46847A

Color information

#46847A (or 0x46847A) is unknown color: approx Lochinvar. HEX triplet: 46, 84 and 7A. RGB value is (70,132,122). Sum of RGB (Red+Green+Blue) = 70+132+122=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 132 (51.95% from 255 or 40.74% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 132 - color contains mainly: green. Hex color #46847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46847A is #B97B85. Grayscale: #707070. Windows color (decimal): -12155782 or 8029254. OLE color: 8029254.

HSL color Cylindrical-coordinate representation of color #46847A: hue angle of 170.32º 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 #46847A is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB70132122-
CMYK0.4700.080.48
HSL170.32º30.69%39.61%-
HSV(B)170.32º46.97%51.76%-
XYZ14.2919.2121.37-
YUV112.32133.4697.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.60%
GREEN value IS 132 (51.95% from 255) = 40.74%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=21.60%
G=40.74%
B=37.65%

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
Decimal701321220.4700.080.48170.3230.6939.61
Hex46847A2F0830aa1f28
Octal10620417257010602523750
Binary1000110100001001111010101111010001100001010101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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