#46877C

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

Shades of Lochinvar #46877C

Tints of Lochinvar #46877C

Color information

#46877C (or 0x46877C) is unknown color: approx Lochinvar. HEX triplet: 46, 87 and 7C. RGB value is (70,135,124). Sum of RGB (Red+Green+Blue) = 70+135+124=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #46877C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46877C is #B97883. Grayscale: #727272. Windows color (decimal): -12155012 or 8161094. OLE color: 8161094.

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

Color convert

RGB70135124-
CMYK0.4800.080.47
HSL169.85º31.71%40.2%-
HSV(B)169.85º48.15%52.94%-
XYZ14.8320.0922.16-
YUV114.31133.4796.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.28%
GREEN value IS 135 (53.12% from 255) = 41.03%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=21.28%
G=41.03%
B=37.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701351240.4800.080.47169.8531.7140.2
Hex46877C30082Faa2028
Octal10620717460010572524050
Binary10001101000011111111001100000100010111110101010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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