#469185

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

Shades of Lochinvar #469185

Tints of Lochinvar #469185

Color information

#469185 (or 0x469185) is unknown color: approx Lochinvar. HEX triplet: 46, 91 and 85. RGB value is (70,145,133). Sum of RGB (Red+Green+Blue) = 70+145+133=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #469185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469185 is #B96E7A. Grayscale: #797979. Windows color (decimal): -12152443 or 8753478. OLE color: 8753478.

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

Color convert

RGB70145133-
CMYK0.5200.080.43
HSL170.4º34.88%42.16%-
HSV(B)170.4º51.72%56.86%-
XYZ16.8823.2525.79-
YUV121.21134.6591.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.11%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=20.11%
G=41.67%
B=38.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701451330.5200.080.43170.434.8842.16
Hex46918534082Baa232a
Octal10622120564010532524352
Binary100011010010001100001011101000100010101110101010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469185; }

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

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

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

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

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

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

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

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