#469578

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

Shades of Lochinvar #469578

Tints of Lochinvar #469578

Color information

#469578 (or 0x469578) is unknown color: approx Lochinvar. HEX triplet: 46, 95 and 78. RGB value is (70,149,120). Sum of RGB (Red+Green+Blue) = 70+149+120=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 149 (58.59% from 255 or 43.95% from 339); Blue value is 120 (47.27% from 255 or 35.40% from 339); Max value from RGB is 149 - color contains mainly: green. Hex color #469578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469578 is #B96A87. Grayscale: #7A7A7A. Windows color (decimal): -12151432 or 7902534. OLE color: 7902534.

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

Color convert

RGB70149120-
CMYK0.5300.190.42
HSL157.97º36.07%42.94%-
HSV(B)157.97º53.02%58.43%-
XYZ16.6624.1521.55-
YUV122.07126.8390.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.65%
GREEN value IS 149 (58.59% from 255) = 43.95%
BLUE value IS 120 (47.27% from 255) = 35.40%
R=20.65%
G=43.95%
B=35.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701491200.5300.190.42157.9736.0742.94
Hex469578350132A9e242b
Octal10622517065023522364453
Binary100011010010101111100011010101001110101010011110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469578; }

 p { color: rgb(70,149,120); }

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

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

 a { background-color: rgb(70,149,120); }

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

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

 span { border-color: rgb(70,149,120); }

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