#40867E

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

Shades of Lochinvar #40867E

Tints of Lochinvar #40867E

Color information

#40867E (or 0x40867E) is unknown color: approx Lochinvar. HEX triplet: 40, 86 and 7E. RGB value is (64,134,126). Sum of RGB (Red+Green+Blue) = 64+134+126=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #40867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40867E is #BF7981. Grayscale: #707070. Windows color (decimal): -12548482 or 8291904. OLE color: 8291904.

HSL color Cylindrical-coordinate representation of color #40867E: hue angle of 173.14º 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 #40867E is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB64134126-
CMYK0.5200.060.47
HSL173.14º35.35%38.82%-
HSV(B)173.14º52.24%52.55%-
XYZ14.4119.6522.77-
YUV112.16135.8193.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.75%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=19.75%
G=41.36%
B=38.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal641341260.5200.060.47173.1435.3538.82
Hex40867E34062Fad2327
Octal1002061766406572554347
Binary1000000100001101111110110100011010111110101101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40867E; }

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

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

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

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

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

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

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

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