#469882

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

Shades of Lochinvar #469882

Tints of Lochinvar #469882

Color information

#469882 (or 0x469882) is unknown color: approx Lochinvar. HEX triplet: 46, 98 and 82. RGB value is (70,152,130). Sum of RGB (Red+Green+Blue) = 70+152+130=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #469882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469882 is #B9677D. Grayscale: #7C7C7C. Windows color (decimal): -12150654 or 8558662. OLE color: 8558662.

HSL color Cylindrical-coordinate representation of color #469882: hue angle of 163.9º 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 #469882 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB70152130-
CMYK0.5400.140.40
HSL163.9º36.94%43.53%-
HSV(B)163.9º53.95%59.61%-
XYZ17.7825.3725.08-
YUV124.97130.8388.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.89%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=19.89%
G=43.18%
B=36.93%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701521300.5400.140.40163.936.9443.53
Hex469882360E28a4252c
Octal10623020266016502444554
Binary100011010011000100000101101100111010100010100100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469882; }

 p { color: rgb(70,152,130); }

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

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

 a { background-color: rgb(70,152,130); }

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

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

 span { border-color: rgb(70,152,130); }

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