#468F82

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

Shades of Lochinvar #468F82

Tints of Lochinvar #468F82

Color information

#468F82 (or 0x468F82) is unknown color: approx Lochinvar. HEX triplet: 46, 8F and 82. RGB value is (70,143,130). Sum of RGB (Red+Green+Blue) = 70+143+130=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 143 (56.25% from 255 or 41.69% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 143 - color contains mainly: green. Hex color #468F82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468F82 is #B9707D. Grayscale: #777777. Windows color (decimal): -12152958 or 8556358. OLE color: 8556358.

HSL color Cylindrical-coordinate representation of color #468F82: hue angle of 169.32º 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 #468F82 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB70143130-
CMYK0.5100.090.44
HSL169.32º34.27%41.76%-
HSV(B)169.32º51.05%56.08%-
XYZ16.3822.5624.61-
YUV119.69133.8292.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 143 (56.25% from 255) = 41.69%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=20.41%
G=41.69%
B=37.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701431300.5100.090.44169.3234.2741.76
Hex468F8233092Ca9222a
Octal10621720263011542514252
Binary100011010001111100000101100110100110110010101001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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