#41619D

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

Shades of Mariner #41619D

Tints of Mariner #41619D

Color information

#41619D (or 0x41619D) is unknown color: approx Mariner. HEX triplet: 41, 61 and 9D. RGB value is (65,97,157). Sum of RGB (Red+Green+Blue) = 65+97+157=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #41619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41619D is #BE9E62. Grayscale: #5D5D5D. Windows color (decimal): -12492387 or 10314049. OLE color: 10314049.

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

Color convert

RGB6597157-
CMYK0.590.3800.38
HSL219.13º41.44%43.53%-
HSV(B)219.13º58.6%61.57%-
XYZ12.5412.1133.57-
YUV94.27163.4107.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=20.38%
G=30.41%
B=49.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65971570.590.3800.38219.1341.4443.53
Hex41619D3B26026db292c
Octal10114123573460463335154
Binary1000001110000110011101111011100110010011011011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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