#41729F

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

Shades of Lochmara #41729F

Tints of Lochmara #41729F

Color information

#41729F (or 0x41729F) is unknown color: approx Lochmara. HEX triplet: 41, 72 and 9F. RGB value is (65,114,159). Sum of RGB (Red+Green+Blue) = 65+114+159=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 159 - color contains mainly: blue. Hex color #41729F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41729F is #BE8D60. Grayscale: #686868. Windows color (decimal): -12488033 or 10449473. OLE color: 10449473.

HSL color Cylindrical-coordinate representation of color #41729F: hue angle of 208.72º 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 #41729F is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB65114159-
CMYK0.590.2800.38
HSL208.72º41.96%43.92%-
HSV(B)208.72º59.12%62.35%-
XYZ14.4615.6635.06-
YUV104.48158.7799.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=19.23%
G=33.73%
B=47.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651141590.590.2800.38208.7241.9643.92
Hex41729F3B1C026d12a2c
Octal10116223773340463215254
Binary100000111100101001111111101111100010011011010001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41729F; }

 p { color: rgb(65,114,159); }

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

<style>
 a { background-color: #41729F; }

 a { background-color: rgb(65,114,159); }

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

<style>
 span { border-color: #41729F; }

 span { border-color: rgb(65,114,159); }

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