#469981

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

Shades of Lochinvar #469981

Tints of Lochinvar #469981

Color information

#469981 (or 0x469981) is unknown color: approx Lochinvar. HEX triplet: 46, 99 and 81. RGB value is (70,153,129). Sum of RGB (Red+Green+Blue) = 70+153+129=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #469981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469981 is #B9667E. Grayscale: #7D7D7D. Windows color (decimal): -12150399 or 8493382. OLE color: 8493382.

HSL color Cylindrical-coordinate representation of color #469981: hue angle of 162.65º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469981 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB70153129-
CMYK0.5400.160.4
HSL162.65º37.22%43.73%-
HSV(B)162.65º54.25%60%-
XYZ17.8825.6724.78-
YUV125.4513088.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 153 (60.16% from 255) = 43.47%
BLUE value IS 129 (50.78% from 255) = 36.65%
R=19.89%
G=43.47%
B=36.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531290.5400.160.4162.6537.2243.73
Hex4699813601028a3252c
Octal10623120166020502434554
Binary1000110100110011000000111011001000010100010100011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469981; }

 p { color: rgb(70,153,129); }

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

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

 a { background-color: rgb(70,153,129); }

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

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

 span { border-color: rgb(70,153,129); }

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