#468779

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

Shades of Lochinvar #468779

Tints of Lochinvar #468779

Color information

#468779 (or 0x468779) is unknown color: approx Lochinvar. HEX triplet: 46, 87 and 79. RGB value is (70,135,121). Sum of RGB (Red+Green+Blue) = 70+135+121=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #468779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468779 is #B97886. Grayscale: #717171. Windows color (decimal): -12155015 or 7964486. OLE color: 7964486.

HSL color Cylindrical-coordinate representation of color #468779: hue angle of 167.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468779 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB70135121-
CMYK0.4800.100.47
HSL167.08º31.71%40.2%-
HSV(B)167.08º48.15%52.94%-
XYZ14.6420.0121.18-
YUV113.97131.9796.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 135 (53.12% from 255) = 41.41%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=21.47%
G=41.41%
B=37.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701351210.4800.100.47167.0831.7140.2
Hex468779300A2Fa72028
Octal10620717160012572474050
Binary10001101000011111110011100000101010111110100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468779; }

 p { color: rgb(70,135,121); }

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

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

 a { background-color: rgb(70,135,121); }

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

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

 span { border-color: rgb(70,135,121); }

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