#415A93

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

Shades of Mariner #415A93

Tints of Mariner #415A93

Color information

#415A93 (or 0x415A93) is unknown color: approx Mariner. HEX triplet: 41, 5A and 93. RGB value is (65,90,147). Sum of RGB (Red+Green+Blue) = 65+90+147=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #415A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415A93 is #BEA56C. Grayscale: #585858. Windows color (decimal): -12494189 or 9656897. OLE color: 9656897.

HSL color Cylindrical-coordinate representation of color #415A93: hue angle of 221.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415A93 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6590147-
CMYK0.560.3900.42
HSL221.71º38.68%41.57%-
HSV(B)221.71º55.78%57.65%-
XYZ11.110.5429.05-
YUV89.02160.72110.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=21.52%
G=29.80%
B=48.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65901470.560.3900.42221.7138.6841.57
Hex415A93382702Ade272a
Octal10113222370470523364752
Binary1000001101101010010011111000100111010101011011110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415A93; }

 p { color: rgb(65,90,147); }

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

<style>
 a { background-color: #415A93; }

 a { background-color: rgb(65,90,147); }

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

<style>
 span { border-color: #415A93; }

 span { border-color: rgb(65,90,147); }

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