#41867E

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

Shades of Lochinvar #41867E

Tints of Lochinvar #41867E

Color information

#41867E (or 0x41867E) is unknown color: approx Lochinvar. HEX triplet: 41, 86 and 7E. RGB value is (65,134,126). Sum of RGB (Red+Green+Blue) = 65+134+126=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #41867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41867E is #BE7981. Grayscale: #707070. Windows color (decimal): -12482946 or 8291905. OLE color: 8291905.

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

Color convert

RGB65134126-
CMYK0.5100.060.47
HSL173.04º34.67%39.02%-
HSV(B)173.04º51.49%52.55%-
XYZ14.4719.6822.77-
YUV112.46135.6494.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 126 (49.61% from 255) = 38.77%
R=20%
G=41.23%
B=38.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651341260.5100.060.47173.0434.6739.02
Hex41867E33062Fad2327
Octal1012061766306572554347
Binary1000001100001101111110110011011010111110101101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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