#41619C

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

Shades of Mariner #41619C

Tints of Mariner #41619C

Color information

#41619C (or 0x41619C) is unknown color: approx Mariner. HEX triplet: 41, 61 and 9C. RGB value is (65,97,156). Sum of RGB (Red+Green+Blue) = 65+97+156=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #41619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41619C is #BE9E63. Grayscale: #5D5D5D. Windows color (decimal): -12492388 or 10248513. OLE color: 10248513.

HSL color Cylindrical-coordinate representation of color #41619C: hue angle of 218.9º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41619C is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6597156-
CMYK0.580.3800.39
HSL218.9º41.18%43.33%-
HSV(B)218.9º58.33%61.18%-
XYZ12.4612.0733.13-
YUV94.16162.9107.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=20.44%
G=30.50%
B=49.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65971560.580.3800.39218.941.1843.33
Hex41619C3A26027db292b
Octal10114123472460473335153
Binary1000001110000110011100111010100110010011111011011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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