#408681

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

Shades of Lochinvar #408681

Tints of Lochinvar #408681

Color information

#408681 (or 0x408681) is unknown color: approx Lochinvar. HEX triplet: 40, 86 and 81. RGB value is (64,134,129). Sum of RGB (Red+Green+Blue) = 64+134+129=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #408681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408681 is #BF797E. Grayscale: #707070. Windows color (decimal): -12548479 or 8488512. OLE color: 8488512.

HSL color Cylindrical-coordinate representation of color #408681: hue angle of 175.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408681 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB64134129-
CMYK0.5200.040.47
HSL175.71º35.35%38.82%-
HSV(B)175.71º52.24%52.55%-
XYZ14.619.7323.81-
YUV112.5137.3193.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.57%
GREEN value IS 134 (52.73% from 255) = 40.98%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=19.57%
G=40.98%
B=39.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641341290.5200.040.47175.7135.3538.82
Hex40868134042Fb02327
Octal1002062016404572604347
Binary10000001000011010000001110100010010111110110000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408681; }

 p { color: rgb(64,134,129); }

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

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

 a { background-color: rgb(64,134,129); }

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

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

 span { border-color: rgb(64,134,129); }

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