#4055AC

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

Shades of Mariner #4055AC

Tints of Mariner #4055AC

Color information

#4055AC (or 0x4055AC) is unknown color: approx Mariner. HEX triplet: 40, 55 and AC. RGB value is (64,85,172). Sum of RGB (Red+Green+Blue) = 64+85+172=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #4055AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4055AC is #BFAA53. Grayscale: #585858. Windows color (decimal): -12560980 or 11294016. OLE color: 11294016.

HSL color Cylindrical-coordinate representation of color #4055AC: hue angle of 228.33º 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 #4055AC is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6485172-
CMYK0.630.5100.33
HSL228.33º45.76%46.27%-
HSV(B)228.33º62.79%67.45%-
XYZ12.8110.5740.39-
YUV88.64175.04110.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 172 (67.58% from 255) = 53.58%
R=19.94%
G=26.48%
B=53.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64851720.630.5100.33228.3345.7646.27
Hex4055AC3F33021e42e2e
Octal10012525477630413445656
Binary1000000101010110101100111111110011010000111100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4055AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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