#468C87

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

Shades of Lochinvar #468C87

Tints of Lochinvar #468C87

Color information

#468C87 (or 0x468C87) is unknown color: approx Lochinvar. HEX triplet: 46, 8C and 87. RGB value is (70,140,135). Sum of RGB (Red+Green+Blue) = 70+140+135=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 140 - color contains mainly: green. Hex color #468C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C87 is #B97378. Grayscale: #767676. Windows color (decimal): -12153721 or 8883270. OLE color: 8883270.

HSL color Cylindrical-coordinate representation of color #468C87: hue angle of 175.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C87 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB70140135-
CMYK0.5000.040.45
HSL175.71º33.33%41.18%-
HSV(B)175.71º50%54.9%-
XYZ16.2821.8126.27-
YUV118.5137.3193.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=20.29%
G=40.58%
B=39.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701401350.5000.040.45175.7133.3341.18
Hex468C8732042Db02129
Octal1062142076204552604151
Binary10001101000110010000111110010010010110110110000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468C87; }

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

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

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

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

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

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

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

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