#40847E

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

Shades of Lochinvar #40847E

Tints of Lochinvar #40847E

Color information

#40847E (or 0x40847E) is unknown color: approx Lochinvar. HEX triplet: 40, 84 and 7E. RGB value is (64,132,126). Sum of RGB (Red+Green+Blue) = 64+132+126=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 132 (51.95% from 255 or 40.99% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 132 - color contains mainly: green. Hex color #40847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40847E is #BF7B81. Grayscale: #6E6E6E. Windows color (decimal): -12548994 or 8291392. OLE color: 8291392.

HSL color Cylindrical-coordinate representation of color #40847E: hue angle of 174.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40847E is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB64132126-
CMYK0.5200.050.48
HSL174.71º34.69%38.43%-
HSV(B)174.71º51.52%51.76%-
XYZ14.1319.122.68-
YUV110.98136.4794.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.88%
GREEN value IS 132 (51.95% from 255) = 40.99%
BLUE value IS 126 (49.61% from 255) = 39.13%
R=19.88%
G=40.99%
B=39.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641321260.5200.050.48174.7134.6938.43
Hex40847E340530af2326
Octal1002041766405602574346
Binary1000000100001001111110110100010111000010101111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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