#4560A4

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

Shades of Mariner #4560A4

Tints of Mariner #4560A4

Color information

#4560A4 (or 0x4560A4) is unknown color: approx Mariner. HEX triplet: 45, 60 and A4. RGB value is (69,96,164). Sum of RGB (Red+Green+Blue) = 69+96+164=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #4560A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4560A4 is #BA9F5B. Grayscale: #5F5F5F. Windows color (decimal): -12230492 or 10772549. OLE color: 10772549.

HSL color Cylindrical-coordinate representation of color #4560A4: hue angle of 222.95º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4560A4 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6996164-
CMYK0.580.4100.36
HSL222.95º40.77%45.69%-
HSV(B)222.95º57.93%64.31%-
XYZ13.3412.3136.8-
YUV95.68166.55108.97-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 164 (64.45% from 255) = 49.85%
R=20.97%
G=29.18%
B=49.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal69961640.580.4100.36222.9540.7745.69
Hex4560A43A29024df292e
Octal10514024472510443375156
Binary1000101110000010100100111010101001010010011011111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4560A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4560A4; }

 p { color: rgb(69,96,164); }

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

<style>
 a { background-color: #4560A4; }

 a { background-color: rgb(69,96,164); }

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

<style>
 span { border-color: #4560A4; }

 span { border-color: rgb(69,96,164); }

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