#41639A

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

Shades of Mariner #41639A

Tints of Mariner #41639A

Color information

#41639A (or 0x41639A) is unknown color: approx Mariner. HEX triplet: 41, 63 and 9A. RGB value is (65,99,154). Sum of RGB (Red+Green+Blue) = 65+99+154=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #41639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41639A is #BE9C65. Grayscale: #5E5E5E. Windows color (decimal): -12491878 or 10117953. OLE color: 10117953.

HSL color Cylindrical-coordinate representation of color #41639A: hue angle of 217.08º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41639A is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6599154-
CMYK0.580.3600.40
HSL217.08º40.64%42.94%-
HSV(B)217.08º57.79%60.39%-
XYZ12.4712.3832.3-
YUV95.1161.24106.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.44%
GREEN value IS 99 (39.06% from 255) = 31.13%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=20.44%
G=31.13%
B=48.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65991540.580.3600.40217.0840.6442.94
Hex41639A3A24028d9292b
Octal10114323272440503315153
Binary1000001110001110011010111010100100010100011011001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41639A; }

 p { color: rgb(65,99,154); }

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

<style>
 a { background-color: #41639A; }

 a { background-color: rgb(65,99,154); }

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

<style>
 span { border-color: #41639A; }

 span { border-color: rgb(65,99,154); }

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