#469184

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

Shades of Lochinvar #469184

Tints of Lochinvar #469184

Color information

#469184 (or 0x469184) is unknown color: approx Lochinvar. HEX triplet: 46, 91 and 84. RGB value is (70,145,132). Sum of RGB (Red+Green+Blue) = 70+145+132=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #469184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469184 is #B96E7B. Grayscale: #797979. Windows color (decimal): -12152444 or 8687942. OLE color: 8687942.

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

Color convert

RGB70145132-
CMYK0.5200.090.43
HSL169.6º34.88%42.16%-
HSV(B)169.6º51.72%56.86%-
XYZ16.8223.2225.43-
YUV121.09134.1591.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 145 (57.03% from 255) = 41.79%
BLUE value IS 132 (51.95% from 255) = 38.04%
R=20.17%
G=41.79%
B=38.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451320.5200.090.43169.634.8842.16
Hex46918434092Baa232a
Octal10622120464011532524352
Binary100011010010001100001001101000100110101110101010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469184; }

 p { color: rgb(70,145,132); }

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

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

 a { background-color: rgb(70,145,132); }

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

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

 span { border-color: rgb(70,145,132); }

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