#4569A1

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

Shades of Mariner #4569A1

Tints of Mariner #4569A1

Color information

#4569A1 (or 0x4569A1) is unknown color: approx Mariner. HEX triplet: 45, 69 and A1. RGB value is (69,105,161). Sum of RGB (Red+Green+Blue) = 69+105+161=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 161 (63.28% from 255 or 48.06% from 335); Max value from RGB is 161 - color contains mainly: blue. Hex color #4569A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4569A1 is #BA965E. Grayscale: #646464. Windows color (decimal): -12228191 or 10578245. OLE color: 10578245.

HSL color Cylindrical-coordinate representation of color #4569A1: hue angle of 216.52º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4569A1 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB69105161-
CMYK0.570.3500.37
HSL216.52º40%45.1%-
HSV(B)216.52º57.14%63.14%-
XYZ13.9413.9435.67-
YUV100.62162.07105.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.60%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 161 (63.28% from 255) = 48.06%
R=20.60%
G=31.34%
B=48.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal691051610.570.3500.37216.524045.1
Hex4569A13923025d9282d
Octal10515124171430453315055
Binary1000101110100110100001111001100011010010111011001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4569A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4569A1; }

 p { color: rgb(69,105,161); }

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

<style>
 a { background-color: #4569A1; }

 a { background-color: rgb(69,105,161); }

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

<style>
 span { border-color: #4569A1; }

 span { border-color: rgb(69,105,161); }

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