#4055AB

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

Shades of Mariner #4055AB

Tints of Mariner #4055AB

Color information

#4055AB (or 0x4055AB) is unknown color: approx Mariner. HEX triplet: 40, 55 and AB. RGB value is (64,85,171). Sum of RGB (Red+Green+Blue) = 64+85+171=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #4055AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4055AB is #BFAA54. Grayscale: #585858. Windows color (decimal): -12560981 or 11228480. OLE color: 11228480.

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

Color convert

RGB6485171-
CMYK0.630.5000.33
HSL228.22º45.53%46.08%-
HSV(B)228.22º62.57%67.06%-
XYZ12.7110.5339.89-
YUV88.52174.54110.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 26.56%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=20%
G=26.56%
B=53.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64851710.630.5000.33228.2245.5346.08
Hex4055AB3F32021e42e2e
Octal10012525377620413445656
Binary1000000101010110101011111111110010010000111100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4055AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,85,171); }

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

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

 a { background-color: rgb(64,85,171); }

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

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

 span { border-color: rgb(64,85,171); }

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