#4565AC

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

Shades of Mariner #4565AC

Tints of Mariner #4565AC

Color information

#4565AC (or 0x4565AC) is unknown color: approx Mariner. HEX triplet: 45, 65 and AC. RGB value is (69,101,172). Sum of RGB (Red+Green+Blue) = 69+101+172=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #4565AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4565AC is #BA9A53. Grayscale: #636363. Windows color (decimal): -12229204 or 11298117. OLE color: 11298117.

HSL color Cylindrical-coordinate representation of color #4565AC: hue angle of 221.36º degrees, saturation: 0.43, 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 #4565AC is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB69101172-
CMYK0.600.4100.33
HSL221.36º42.74%47.25%-
HSV(B)221.36º59.88%67.45%-
XYZ14.5513.5540.88-
YUV99.53168.9106.23-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.18%
GREEN value IS 101 (39.84% from 255) = 29.53%
BLUE value IS 172 (67.58% from 255) = 50.29%
R=20.18%
G=29.53%
B=50.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal691011720.600.4100.33221.3642.7447.25
Hex4565AC3C29021dd2b2f
Octal10514525474510413355357
Binary1000101110010110101100111100101001010000111011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4565AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4565AC; }

 p { color: rgb(69,101,172); }

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

<style>
 a { background-color: #4565AC; }

 a { background-color: rgb(69,101,172); }

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

<style>
 span { border-color: #4565AC; }

 span { border-color: rgb(69,101,172); }

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