#41729D

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

Shades of Lochmara #41729D

Tints of Lochmara #41729D

Color information

#41729D (or 0x41729D) is unknown color: approx Lochmara. HEX triplet: 41, 72 and 9D. RGB value is (65,114,157). Sum of RGB (Red+Green+Blue) = 65+114+157=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #41729D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41729D is #BE8D62. Grayscale: #686868. Windows color (decimal): -12488035 or 10318401. OLE color: 10318401.

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

Color convert

RGB65114157-
CMYK0.590.2700.38
HSL208.04º41.44%43.53%-
HSV(B)208.04º58.6%61.57%-
XYZ14.2815.5934.16-
YUV104.25157.77100-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 157 (61.72% from 255) = 46.73%
R=19.35%
G=33.93%
B=46.73%

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
Decimal651141570.590.2700.38208.0441.4443.53
Hex41729D3B1B026d0292c
Octal10116223573330463205154
Binary100000111100101001110111101111011010011011010000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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