#41847B

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

Shades of Lochinvar #41847B

Tints of Lochinvar #41847B

Color information

#41847B (or 0x41847B) is unknown color: approx Lochinvar. HEX triplet: 41, 84 and 7B. RGB value is (65,132,123). Sum of RGB (Red+Green+Blue) = 65+132+123=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #41847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41847B is #BE7B84. Grayscale: #6E6E6E. Windows color (decimal): -12483461 or 8094785. OLE color: 8094785.

HSL color Cylindrical-coordinate representation of color #41847B: hue angle of 171.94º 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 #41847B is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB65132123-
CMYK0.5100.070.48
HSL171.94º34.01%38.63%-
HSV(B)171.94º50.76%51.76%-
XYZ14.0119.0621.68-
YUV110.94134.895.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.31%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 123 (48.44% from 255) = 38.44%
R=20.31%
G=41.25%
B=38.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal651321230.5100.070.48171.9434.0138.63
Hex41847B330730ac2227
Octal1012041736307602544247
Binary1000001100001001111011110011011111000010101100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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