#415699

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

Shades of Mariner #415699

Tints of Mariner #415699

Color information

#415699 (or 0x415699) is unknown color: approx Mariner. HEX triplet: 41, 56 and 99. RGB value is (65,86,153). Sum of RGB (Red+Green+Blue) = 65+86+153=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #415699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415699 is #BEA966. Grayscale: #575757. Windows color (decimal): -12495207 or 10049089. OLE color: 10049089.

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

Color convert

RGB6586153-
CMYK0.580.4400.4
HSL225.68º40.37%42.75%-
HSV(B)225.68º57.52%60%-
XYZ11.2610.0831.49-
YUV87.36165.04112.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 86 (33.98% from 255) = 28.29%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=21.38%
G=28.29%
B=50.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65861530.580.4400.4225.6840.3742.75
Hex4156993A2C028e2282b
Octal10112623172540503425053
Binary1000001101011010011001111010101100010100011100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415699; }

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

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

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

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

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

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

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

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