#469085

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

Shades of Lochinvar #469085

Tints of Lochinvar #469085

Color information

#469085 (or 0x469085) is unknown color: approx Lochinvar. HEX triplet: 46, 90 and 85. RGB value is (70,144,133). Sum of RGB (Red+Green+Blue) = 70+144+133=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #469085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469085 is #B96F7A. Grayscale: #787878. Windows color (decimal): -12152699 or 8753222. OLE color: 8753222.

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

Color convert

RGB70144133-
CMYK0.5100.080.44
HSL171.08º34.58%41.96%-
HSV(B)171.08º51.39%56.47%-
XYZ16.7322.9425.74-
YUV120.62134.9891.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=20.17%
G=41.50%
B=38.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701441330.5100.080.44171.0834.5841.96
Hex46908533082Cab232a
Octal10622020563010542534352
Binary100011010010000100001011100110100010110010101011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469085; }

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

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

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

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

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

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

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

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