#46877F

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

Shades of Lochinvar #46877F

Tints of Lochinvar #46877F

Color information

#46877F (or 0x46877F) is unknown color: approx Lochinvar. HEX triplet: 46, 87 and 7F. RGB value is (70,135,127). Sum of RGB (Red+Green+Blue) = 70+135+127=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #46877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46877F is #B97880. Grayscale: #727272. Windows color (decimal): -12155009 or 8357702. OLE color: 8357702.

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

Color convert

RGB70135127-
CMYK0.4800.060.47
HSL172.62º31.71%40.2%-
HSV(B)172.62º48.15%52.94%-
XYZ15.0220.1623.18-
YUV114.65134.9796.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 127 (50% from 255) = 38.25%
R=21.08%
G=40.66%
B=38.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701351270.4800.060.47172.6231.7140.2
Hex46877F30062Fad2028
Octal1062071776006572554050
Binary1000110100001111111111110000011010111110101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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