#4558AB

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

Shades of Mariner #4558AB

Tints of Mariner #4558AB

Color information

#4558AB (or 0x4558AB) is unknown color: approx Mariner. HEX triplet: 45, 58 and AB. RGB value is (69,88,171). Sum of RGB (Red+Green+Blue) = 69+88+171=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #4558AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4558AB is #BAA754. Grayscale: #5B5B5B. Windows color (decimal): -12232533 or 11229253. OLE color: 11229253.

HSL color Cylindrical-coordinate representation of color #4558AB: hue angle of 228.82º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4558AB is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6988171-
CMYK0.600.4900.33
HSL228.82º42.5%47.06%-
HSV(B)228.82º59.65%67.06%-
XYZ13.2911.1839.99-
YUV91.78172.71111.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=21.04%
G=26.83%
B=52.13%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal69881710.600.4900.33228.8242.547.06
Hex4558AB3C31021e52a2f
Octal10513025374610413455257
Binary1000101101100010101011111100110001010000111100101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4558AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,88,171); }

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

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

 a { background-color: rgb(69,88,171); }

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

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

 span { border-color: rgb(69,88,171); }

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