#41907E

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

Shades of Lochinvar #41907E

Tints of Lochinvar #41907E

Color information

#41907E (or 0x41907E) is unknown color: approx Lochinvar. HEX triplet: 41, 90 and 7E. RGB value is (65,144,126). Sum of RGB (Red+Green+Blue) = 65+144+126=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 144 - color contains mainly: green. Hex color #41907E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41907E is #BE6F81. Grayscale: #767676. Windows color (decimal): -12480386 or 8294465. OLE color: 8294465.

HSL color Cylindrical-coordinate representation of color #41907E: hue angle of 166.33º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41907E is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB65144126-
CMYK0.5500.120.44
HSL166.33º37.8%40.98%-
HSV(B)166.33º54.86%56.47%-
XYZ15.9222.5823.26-
YUV118.33132.3389.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.40%
GREEN value IS 144 (56.64% from 255) = 42.99%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=19.40%
G=42.99%
B=37.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441260.5500.120.44166.3337.840.98
Hex41907E370C2Ca62629
Octal10122017667014542464651
Binary10000011001000011111101101110110010110010100110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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