#41847A

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

Shades of Lochinvar #41847A

Tints of Lochinvar #41847A

Color information

#41847A (or 0x41847A) is unknown color: approx Lochinvar. HEX triplet: 41, 84 and 7A. RGB value is (65,132,122). Sum of RGB (Red+Green+Blue) = 65+132+122=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 132 (51.95% from 255 or 41.38% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 132 - color contains mainly: green. Hex color #41847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41847A is #BE7B85. Grayscale: #6E6E6E. Windows color (decimal): -12483462 or 8029249. OLE color: 8029249.

HSL color Cylindrical-coordinate representation of color #41847A: hue angle of 171.04º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41847A is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB65132122-
CMYK0.5100.080.48
HSL171.04º34.01%38.63%-
HSV(B)171.04º50.76%51.76%-
XYZ13.9419.0321.35-
YUV110.83134.395.31-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 132 (51.95% from 255) = 41.38%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=20.38%
G=41.38%
B=38.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651321220.5100.080.48171.0434.0138.63
Hex41847A330830ab2227
Octal10120417263010602534247
Binary10000011000010011110101100110100011000010101011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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