#469778

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

Shades of Lochinvar #469778

Tints of Lochinvar #469778

Color information

#469778 (or 0x469778) is unknown color: approx Lochinvar. HEX triplet: 46, 97 and 78. RGB value is (70,151,120). Sum of RGB (Red+Green+Blue) = 70+151+120=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 151 (59.38% from 255 or 44.28% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 151 - color contains mainly: green. Hex color #469778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469778 is #B96887. Grayscale: #7B7B7B. Windows color (decimal): -12150920 or 7903046. OLE color: 7903046.

HSL color Cylindrical-coordinate representation of color #469778: hue angle of 157.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469778 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB70151120-
CMYK0.5400.210.41
HSL157.04º36.65%43.33%-
HSV(B)157.04º53.64%59.22%-
XYZ16.9824.7921.66-
YUV123.25126.1690.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.53%
GREEN value IS 151 (59.38% from 255) = 44.28%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=20.53%
G=44.28%
B=35.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701511200.5400.210.41157.0436.6543.33
Hex46977836015299d252b
Octal10622717066025512354553
Binary100011010010111111100011011001010110100110011101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469778; }

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

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

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

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

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

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

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

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