#469189

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

Shades of Lochinvar #469189

Tints of Lochinvar #469189

Color information

#469189 (or 0x469189) is unknown color: approx Lochinvar. HEX triplet: 46, 91 and 89. RGB value is (70,145,137). Sum of RGB (Red+Green+Blue) = 70+145+137=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #469189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469189 is #B96E76. Grayscale: #797979. Windows color (decimal): -12152439 or 9015622. OLE color: 9015622.

HSL color Cylindrical-coordinate representation of color #469189: hue angle of 173.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 #469189 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB70145137-
CMYK0.5200.060.43
HSL173.6º34.88%42.16%-
HSV(B)173.6º51.72%56.86%-
XYZ17.1723.3627.27-
YUV121.66136.6591.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=19.89%
G=41.19%
B=38.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451370.5200.060.43173.634.8842.16
Hex46918934062Bae232a
Octal1062212116406532564352
Binary10001101001000110001001110100011010101110101110100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469189; }

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

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

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

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

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

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

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

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