#469A84

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

Shades of Lochinvar #469A84

Tints of Lochinvar #469A84

Color information

#469A84 (or 0x469A84) is unknown color: approx Lochinvar. HEX triplet: 46, 9A and 84. RGB value is (70,154,132). Sum of RGB (Red+Green+Blue) = 70+154+132=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #469A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A84 is #B9657B. Grayscale: #7E7E7E. Windows color (decimal): -12150140 or 8690246. OLE color: 8690246.

HSL color Cylindrical-coordinate representation of color #469A84: hue angle of 164.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A84 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB70154132-
CMYK0.5500.140.40
HSL164.29º37.5%43.92%-
HSV(B)164.29º54.55%60.39%-
XYZ18.2526.0825.9-
YUV126.38131.1787.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.66%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=19.66%
G=43.26%
B=37.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal701541320.5500.140.40164.2937.543.92
Hex469A84370E28a4262c
Octal10623220467016502444654
Binary100011010011010100001001101110111010100010100100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469A84; }

 p { color: rgb(70,154,132); }

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

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

 a { background-color: rgb(70,154,132); }

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

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

 span { border-color: rgb(70,154,132); }

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