#41749E

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

Shades of Lochmara #41749E

Tints of Lochmara #41749E

Color information

#41749E (or 0x41749E) is unknown color: approx Lochmara. HEX triplet: 41, 74 and 9E. RGB value is (65,116,158). Sum of RGB (Red+Green+Blue) = 65+116+158=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 158 (62.11% from 255 or 46.61% from 339); Max value from RGB is 158 - color contains mainly: blue. Hex color #41749E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41749E is #BE8B61. Grayscale: #696969. Windows color (decimal): -12487522 or 10384449. OLE color: 10384449.

HSL color Cylindrical-coordinate representation of color #41749E: hue angle of 207.1º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41749E is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65116158-
CMYK0.590.2700.38
HSL207.1º41.7%43.73%-
HSV(B)207.1º58.86%61.96%-
XYZ14.616.0834.68-
YUV105.54157.699.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 158 (62.11% from 255) = 46.61%
R=19.17%
G=34.22%
B=46.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651161580.590.2700.38207.141.743.73
Hex41749E3B1B026cf2a2c
Octal10116423673330463175254
Binary100000111101001001111011101111011010011011001111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,116,158); }

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

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

 a { background-color: rgb(65,116,158); }

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

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

 span { border-color: rgb(65,116,158); }

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