#41649A

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

Shades of Mariner #41649A

Tints of Mariner #41649A

Color information

#41649A (or 0x41649A) is unknown color: approx Mariner. HEX triplet: 41, 64 and 9A. RGB value is (65,100,154). Sum of RGB (Red+Green+Blue) = 65+100+154=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 154 (60.55% from 255 or 48.28% from 319); Max value from RGB is 154 - color contains mainly: blue. Hex color #41649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41649A is #BE9B65. Grayscale: #5F5F5F. Windows color (decimal): -12491622 or 10118209. OLE color: 10118209.

HSL color Cylindrical-coordinate representation of color #41649A: hue angle of 216.4º 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 #41649A is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB65100154-
CMYK0.580.3500.40
HSL216.4º40.64%42.94%-
HSV(B)216.4º57.79%60.39%-
XYZ12.5712.5732.34-
YUV95.69160.9106.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 154 (60.55% from 255) = 48.28%
R=20.38%
G=31.35%
B=48.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651001540.580.3500.40216.440.6442.94
Hex41649A3A23028d8292b
Octal10114423272430503305153
Binary1000001110010010011010111010100011010100011011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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