#469485

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

Shades of Lochinvar #469485

Tints of Lochinvar #469485

Color information

#469485 (or 0x469485) is unknown color: approx Lochinvar. HEX triplet: 46, 94 and 85. RGB value is (70,148,133). Sum of RGB (Red+Green+Blue) = 70+148+133=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #469485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469485 is #B96B7A. Grayscale: #7A7A7A. Windows color (decimal): -12151675 or 8754246. OLE color: 8754246.

HSL color Cylindrical-coordinate representation of color #469485: hue angle of 168.46º 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 #469485 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB70148133-
CMYK0.5300.100.42
HSL168.46º35.78%42.75%-
HSV(B)168.46º52.7%58.04%-
XYZ17.3524.1825.94-
YUV122.97133.6690.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.94%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=19.94%
G=42.17%
B=37.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701481330.5300.100.42168.4635.7842.75
Hex469485350A2Aa8242b
Octal10622420565012522504453
Binary100011010010100100001011101010101010101010101000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469485; }

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

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

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

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

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

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

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

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