#4568A4

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

Shades of Mariner #4568A4

Tints of Mariner #4568A4

Color information

#4568A4 (or 0x4568A4) is unknown color: approx Mariner. HEX triplet: 45, 68 and A4. RGB value is (69,104,164). Sum of RGB (Red+Green+Blue) = 69+104+164=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 164 (64.45% from 255 or 48.66% from 337); Max value from RGB is 164 - color contains mainly: blue. Hex color #4568A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4568A4 is #BA975B. Grayscale: #646464. Windows color (decimal): -12228444 or 10774597. OLE color: 10774597.

HSL color Cylindrical-coordinate representation of color #4568A4: hue angle of 217.89º 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 #4568A4 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB69104164-
CMYK0.580.3700.36
HSL217.89º40.77%45.69%-
HSV(B)217.89º57.93%64.31%-
XYZ14.1113.8537.05-
YUV100.38163.9105.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.47%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 164 (64.45% from 255) = 48.66%
R=20.47%
G=30.86%
B=48.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal691041640.580.3700.36217.8940.7745.69
Hex4568A43A25024da292e
Octal10515024472450443325156
Binary1000101110100010100100111010100101010010011011010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4568A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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