#469580

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

Shades of Lochinvar #469580

Tints of Lochinvar #469580

Color information

#469580 (or 0x469580) is unknown color: approx Lochinvar. HEX triplet: 46, 95 and 80. RGB value is (70,149,128). Sum of RGB (Red+Green+Blue) = 70+149+128=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #469580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469580 is #B96A7F. Grayscale: #7A7A7A. Windows color (decimal): -12151424 or 8426822. OLE color: 8426822.

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

Color convert

RGB70149128-
CMYK0.5300.140.42
HSL164.05º36.07%42.94%-
HSV(B)164.05º53.02%58.43%-
XYZ17.1724.3624.22-
YUV122.98130.8390.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=20.17%
G=42.94%
B=36.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491280.5300.140.42164.0536.0742.94
Hex469580350E2Aa4242b
Octal10622520065016522444453
Binary100011010010101100000001101010111010101010100100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469580; }

 p { color: rgb(70,149,128); }

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

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

 a { background-color: rgb(70,149,128); }

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

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

 span { border-color: rgb(70,149,128); }

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