#41709D

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

Shades of Lochmara #41709D

Tints of Lochmara #41709D

Color information

#41709D (or 0x41709D) is unknown color: approx Lochmara. HEX triplet: 41, 70 and 9D. RGB value is (65,112,157). Sum of RGB (Red+Green+Blue) = 65+112+157=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #41709D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41709D is #BE8F62. Grayscale: #666666. Windows color (decimal): -12488547 or 10317889. OLE color: 10317889.

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

Color convert

RGB65112157-
CMYK0.590.2900.38
HSL209.35º41.44%43.53%-
HSV(B)209.35º58.6%61.57%-
XYZ14.0615.1534.08-
YUV103.08158.43100.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=19.46%
G=33.53%
B=47.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651121570.590.2900.38209.3541.4443.53
Hex41709D3B1D026d1292c
Octal10116023573350463215154
Binary100000111100001001110111101111101010011011010001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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