#468F87

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

Shades of Lochinvar #468F87

Tints of Lochinvar #468F87

Color information

#468F87 (or 0x468F87) is unknown color: approx Lochinvar. HEX triplet: 46, 8F and 87. RGB value is (70,143,135). Sum of RGB (Red+Green+Blue) = 70+143+135=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #468F87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468F87 is #B97078. Grayscale: #787878. Windows color (decimal): -12152953 or 8884038. OLE color: 8884038.

HSL color Cylindrical-coordinate representation of color #468F87: hue angle of 173.42º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F87 is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB70143135-
CMYK0.5100.060.44
HSL173.42º34.27%41.76%-
HSV(B)173.42º51.05%56.08%-
XYZ16.7222.726.42-
YUV120.26136.3292.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.11%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 135 (53.12% from 255) = 38.79%
R=20.11%
G=41.09%
B=38.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701431350.5100.060.44173.4234.2741.76
Hex468F8733062Cad222a
Octal1062172076306542554252
Binary10001101000111110000111110011011010110010101101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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