#469A85

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

Shades of Lochinvar #469A85

Tints of Lochinvar #469A85

Color information

#469A85 (or 0x469A85) is unknown color: approx Lochinvar. HEX triplet: 46, 9A and 85. RGB value is (70,154,133). Sum of RGB (Red+Green+Blue) = 70+154+133=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #469A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A85 is #B9657A. Grayscale: #7E7E7E. Windows color (decimal): -12150139 or 8755782. OLE color: 8755782.

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

Color convert

RGB70154133-
CMYK0.5500.140.40
HSL165º37.5%43.92%-
HSV(B)165º54.55%60.39%-
XYZ18.3226.1126.26-
YUV126.49131.6787.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.61%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=19.61%
G=43.14%
B=37.25%

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
Decimal701541330.5500.140.4016537.543.92
Hex469A85370E28a5262c
Octal10623220567016502454654
Binary100011010011010100001011101110111010100010100101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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