#4568AD

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

Shades of Mariner #4568AD

Tints of Mariner #4568AD

Color information

#4568AD (or 0x4568AD) is unknown color: approx Mariner. HEX triplet: 45, 68 and AD. RGB value is (69,104,173). Sum of RGB (Red+Green+Blue) = 69+104+173=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #4568AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4568AD is #BA9752. Grayscale: #656565. Windows color (decimal): -12228435 or 11364421. OLE color: 11364421.

HSL color Cylindrical-coordinate representation of color #4568AD: hue angle of 219.81º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4568AD is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB69104173-
CMYK0.600.4000.32
HSL219.81º42.98%47.45%-
HSV(B)219.81º60.12%67.84%-
XYZ14.9514.1841.48-
YUV101.4168.4104.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 173 (67.97% from 255) = 50%
R=19.94%
G=30.06%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal691041730.600.4000.32219.8142.9847.45
Hex4568AD3C28020dc2b2f
Octal10515025574500403345357
Binary1000101110100010101101111100101000010000011011100101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4568AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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