#415AA4

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

Shades of Mariner #415AA4

Tints of Mariner #415AA4

Color information

#415AA4 (or 0x415AA4) is unknown color: approx Mariner. HEX triplet: 41, 5A and A4. RGB value is (65,90,164). Sum of RGB (Red+Green+Blue) = 65+90+164=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #415AA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AA4 is #BEA55B. Grayscale: #5A5A5A. Windows color (decimal): -12494172 or 10771009. OLE color: 10771009.

HSL color Cylindrical-coordinate representation of color #415AA4: hue angle of 224.85º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #415AA4 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6590164-
CMYK0.600.4500.36
HSL224.85º43.23%44.9%-
HSV(B)224.85º60.37%64.31%-
XYZ12.5411.1236.61-
YUV90.96169.22109.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.38%
GREEN value IS 90 (35.55% from 255) = 28.21%
BLUE value IS 164 (64.45% from 255) = 51.41%
R=20.38%
G=28.21%
B=51.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal65901640.600.4500.36224.8543.2344.9
Hex415AA43C2D024e12b2d
Octal10113224474550443415355
Binary1000001101101010100100111100101101010010011100001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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