#40847A

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

Shades of Lochinvar #40847A

Tints of Lochinvar #40847A

Color information

#40847A (or 0x40847A) is unknown color: approx Lochinvar. HEX triplet: 40, 84 and 7A. RGB value is (64,132,122). Sum of RGB (Red+Green+Blue) = 64+132+122=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 132 - color contains mainly: green. Hex color #40847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40847A is #BF7B85. Grayscale: #6E6E6E. Windows color (decimal): -12548998 or 8029248. OLE color: 8029248.

HSL color Cylindrical-coordinate representation of color #40847A: hue angle of 171.18º 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 #40847A is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB64132122-
CMYK0.5200.080.48
HSL171.18º34.69%38.43%-
HSV(B)171.18º51.52%51.76%-
XYZ13.881921.35-
YUV110.53134.4794.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 132 (51.95% from 255) = 41.51%
BLUE value IS 122 (48.05% from 255) = 38.36%
R=20.13%
G=41.51%
B=38.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641321220.5200.080.48171.1834.6938.43
Hex40847A340830ab2326
Octal10020417264010602534346
Binary10000001000010011110101101000100011000010101011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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