#46887E

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

Shades of Lochinvar #46887E

Tints of Lochinvar #46887E

Color information

#46887E (or 0x46887E) is unknown color: approx Lochinvar. HEX triplet: 46, 88 and 7E. RGB value is (70,136,126). Sum of RGB (Red+Green+Blue) = 70+136+126=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #46887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46887E is #B97781. Grayscale: #737373. Windows color (decimal): -12154754 or 8292422. OLE color: 8292422.

HSL color Cylindrical-coordinate representation of color #46887E: hue angle of 170.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46887E is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB70136126-
CMYK0.4900.070.47
HSL170.91º32.04%40.39%-
HSV(B)170.91º48.53%53.33%-
XYZ15.120.4222.88-
YUV115.13134.1395.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 126 (49.61% from 255) = 37.95%
R=21.08%
G=40.96%
B=37.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701361260.4900.070.47170.9132.0440.39
Hex46887E31072Fab2028
Octal1062101766107572534050
Binary1000110100010001111110110001011110111110101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46887E; }

 p { color: rgb(70,136,126); }

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

<style>
 a { background-color: #46887E; }

 a { background-color: rgb(70,136,126); }

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

<style>
 span { border-color: #46887E; }

 span { border-color: rgb(70,136,126); }

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