#469387

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

Shades of Lochinvar #469387

Tints of Lochinvar #469387

Color information

#469387 (or 0x469387) is unknown color: approx Lochinvar. HEX triplet: 46, 93 and 87. RGB value is (70,147,135). Sum of RGB (Red+Green+Blue) = 70+147+135=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #469387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469387 is #B96C78. Grayscale: #7A7A7A. Windows color (decimal): -12151929 or 8885062. OLE color: 8885062.

HSL color Cylindrical-coordinate representation of color #469387: hue angle of 170.65º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469387 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB70147135-
CMYK0.5200.080.42
HSL170.65º35.48%42.55%-
HSV(B)170.65º52.38%57.65%-
XYZ17.3323.9226.62-
YUV122.61134.9990.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 147 (57.81% from 255) = 41.76%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=19.89%
G=41.76%
B=38.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701471350.5200.080.42170.6535.4842.55
Hex46938734082Aab232b
Octal10622320764010522534353
Binary100011010010011100001111101000100010101010101011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469387; }

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

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

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

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

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

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

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

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