#46877A

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

Shades of Lochinvar #46877A

Tints of Lochinvar #46877A

Color information

#46877A (or 0x46877A) is unknown color: approx Lochinvar. HEX triplet: 46, 87 and 7A. RGB value is (70,135,122). Sum of RGB (Red+Green+Blue) = 70+135+122=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 135 - color contains mainly: green. Hex color #46877A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46877A is #B97885. Grayscale: #727272. Windows color (decimal): -12155014 or 8030022. OLE color: 8030022.

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

Color convert

RGB70135122-
CMYK0.4800.100.47
HSL168º31.71%40.2%-
HSV(B)168º48.15%52.94%-
XYZ14.720.0421.5-
YUV114.08132.4796.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 135 (53.12% from 255) = 41.28%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=21.41%
G=41.28%
B=37.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701351220.4800.100.4716831.7140.2
Hex46877A300A2Fa82028
Octal10620717260012572504050
Binary10001101000011111110101100000101010111110101000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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