#41699D

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

Shades of Mariner #41699D

Tints of Mariner #41699D

Color information

#41699D (or 0x41699D) is unknown color: approx Mariner. HEX triplet: 41, 69 and 9D. RGB value is (65,105,157). Sum of RGB (Red+Green+Blue) = 65+105+157=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: blue. Hex color #41699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41699D is #BE9662. Grayscale: #626262. Windows color (decimal): -12490339 or 10316097. OLE color: 10316097.

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

Color convert

RGB65105157-
CMYK0.590.3300.38
HSL213.91º41.44%43.53%-
HSV(B)213.91º58.6%61.57%-
XYZ13.3213.6633.83-
YUV98.97160.75103.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 157 (61.72% from 255) = 48.01%
R=19.88%
G=32.11%
B=48.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal651051570.590.3300.38213.9141.4443.53
Hex41699D3B21026d6292c
Octal10115123573410463265154
Binary1000001110100110011101111011100001010011011010110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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