#4156AB

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

Shades of Mariner #4156AB

Tints of Mariner #4156AB

Color information

#4156AB (or 0x4156AB) is unknown color: approx Mariner. HEX triplet: 41, 56 and AB. RGB value is (65,86,171). Sum of RGB (Red+Green+Blue) = 65+86+171=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #4156AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4156AB is #BEA954. Grayscale: #595959. Windows color (decimal): -12495189 or 11228737. OLE color: 11228737.

HSL color Cylindrical-coordinate representation of color #4156AB: hue angle of 228.11º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4156AB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6586171-
CMYK0.620.5000.33
HSL228.11º44.92%46.27%-
HSV(B)228.11º61.99%67.06%-
XYZ12.8610.7239.92-
YUV89.41174.04110.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.19%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=20.19%
G=26.71%
B=53.11%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65861710.620.5000.33228.1144.9246.27
Hex4156AB3E32021e42d2e
Octal10112625376620413445556
Binary1000001101011010101011111110110010010000111100100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4156AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4156AB; }

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

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

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

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

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

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

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

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