#4155A5

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

Shades of Mariner #4155A5

Tints of Mariner #4155A5

Color information

#4155A5 (or 0x4155A5) is unknown color: approx Mariner. HEX triplet: 41, 55 and A5. RGB value is (65,85,165). Sum of RGB (Red+Green+Blue) = 65+85+165=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #4155A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4155A5 is #BEAA5A. Grayscale: #575757. Windows color (decimal): -12495451 or 10835265. OLE color: 10835265.

HSL color Cylindrical-coordinate representation of color #4155A5: hue angle of 228º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4155A5 is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6585165-
CMYK0.610.4800.35
HSL228º43.48%45.1%-
HSV(B)228º60.61%64.71%-
XYZ12.2210.3436.95-
YUV88.14171.37111.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 165 (64.84% from 255) = 52.38%
R=20.63%
G=26.98%
B=52.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal65851650.610.4800.3522843.4845.1
Hex4155A53D30023e42b2d
Octal10112524575600433445355
Binary1000001101010110100101111101110000010001111100100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4155A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4155A5; }

 p { color: rgb(65,85,165); }

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

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

 a { background-color: rgb(65,85,165); }

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

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

 span { border-color: rgb(65,85,165); }

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