#415499

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

Shades of Mariner #415499

Tints of Mariner #415499

Color information

#415499 (or 0x415499) is unknown color: approx Mariner. HEX triplet: 41, 54 and 99. RGB value is (65,84,153). Sum of RGB (Red+Green+Blue) = 65+84+153=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #415499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415499 is #BEAB66. Grayscale: #555555. Windows color (decimal): -12495719 or 10048577. OLE color: 10048577.

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

Color convert

RGB6584153-
CMYK0.580.4500.4
HSL227.05º40.37%42.75%-
HSV(B)227.05º57.52%60%-
XYZ11.19.7631.44-
YUV86.18165.71112.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=21.52%
G=27.81%
B=50.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65841530.580.4500.4227.0540.3742.75
Hex4154993A2D028e3282b
Octal10112423172550503435053
Binary1000001101010010011001111010101101010100011100011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415499; }

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

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

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

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

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

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

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

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