#46877B

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

Shades of Lochinvar #46877B

Tints of Lochinvar #46877B

Color information

#46877B (or 0x46877B) is unknown color: approx Lochinvar. HEX triplet: 46, 87 and 7B. RGB value is (70,135,123). Sum of RGB (Red+Green+Blue) = 70+135+123=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #46877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46877B is #B97884. Grayscale: #727272. Windows color (decimal): -12155013 or 8095558. OLE color: 8095558.

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

Color convert

RGB70135123-
CMYK0.4800.090.47
HSL168.92º31.71%40.2%-
HSV(B)168.92º48.15%52.94%-
XYZ14.7620.0621.83-
YUV114.2132.9796.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.34%
GREEN value IS 135 (53.12% from 255) = 41.16%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=21.34%
G=41.16%
B=37.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701351230.4800.090.47168.9231.7140.2
Hex46877B30092Fa92028
Octal10620717360011572514050
Binary10001101000011111110111100000100110111110101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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