#415799

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

Shades of Mariner #415799

Tints of Mariner #415799

Color information

#415799 (or 0x415799) is unknown color: approx Mariner. HEX triplet: 41, 57 and 99. RGB value is (65,87,153). Sum of RGB (Red+Green+Blue) = 65+87+153=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #415799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415799 is #BEA866. Grayscale: #575757. Windows color (decimal): -12494951 or 10049345. OLE color: 10049345.

HSL color Cylindrical-coordinate representation of color #415799: hue angle of 225º degrees, saturation: 0.4, 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 #415799 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6587153-
CMYK0.580.4300.4
HSL225º40.37%42.75%-
HSV(B)225º57.52%60%-
XYZ11.3410.2431.52-
YUV87.95164.71111.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=21.31%
G=28.52%
B=50.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65871530.580.4300.422540.3742.75
Hex4157993A2B028e1282b
Octal10112723172530503415053
Binary1000001101011110011001111010101011010100011100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415799; }

 p { color: rgb(65,87,153); }

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

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

 a { background-color: rgb(65,87,153); }

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

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

 span { border-color: rgb(65,87,153); }

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