#46907A

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

Shades of Lochinvar #46907A

Tints of Lochinvar #46907A

Color information

#46907A (or 0x46907A) is unknown color: approx Lochinvar. HEX triplet: 46, 90 and 7A. RGB value is (70,144,122). Sum of RGB (Red+Green+Blue) = 70+144+122=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #46907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46907A is #B96F85. Grayscale: #777777. Windows color (decimal): -12152710 or 8032326. OLE color: 8032326.

HSL color Cylindrical-coordinate representation of color #46907A: hue angle of 162.16º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #46907A is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB70144122-
CMYK0.5100.150.44
HSL162.16º34.58%41.96%-
HSV(B)162.16º51.39%56.47%-
XYZ16.0122.6521.94-
YUV119.37129.4892.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=20.83%
G=42.86%
B=36.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701441220.5100.150.44162.1634.5841.96
Hex46907A330F2Ca2232a
Octal10622017263017542424352
Binary10001101001000011110101100110111110110010100010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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