#41749D

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

Shades of Lochmara #41749D

Tints of Lochmara #41749D

Color information

#41749D (or 0x41749D) is unknown color: approx Lochmara. HEX triplet: 41, 74 and 9D. RGB value is (65,116,157). Sum of RGB (Red+Green+Blue) = 65+116+157=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #41749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41749D is #BE8B62. Grayscale: #696969. Windows color (decimal): -12487523 or 10318913. OLE color: 10318913.

HSL color Cylindrical-coordinate representation of color #41749D: hue angle of 206.74º degrees, saturation: 0.41, 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 #41749D is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65116157-
CMYK0.590.2600.38
HSL206.74º41.44%43.53%-
HSV(B)206.74º58.6%61.57%-
XYZ14.5116.0534.23-
YUV105.42157.199.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 157 (61.72% from 255) = 46.45%
R=19.23%
G=34.32%
B=46.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651161570.590.2600.38206.7441.4443.53
Hex41749D3B1A026cf292c
Octal10116423573320463175154
Binary100000111101001001110111101111010010011011001111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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