#4565AB

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

Shades of Mariner #4565AB

Tints of Mariner #4565AB

Color information

#4565AB (or 0x4565AB) is unknown color: approx Mariner. HEX triplet: 45, 65 and AB. RGB value is (69,101,171). Sum of RGB (Red+Green+Blue) = 69+101+171=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #4565AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4565AB is #BA9A54. Grayscale: #636363. Windows color (decimal): -12229205 or 11232581. OLE color: 11232581.

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

Color convert

RGB69101171-
CMYK0.600.4100.33
HSL221.18º42.5%47.06%-
HSV(B)221.18º59.65%67.06%-
XYZ14.4613.5140.37-
YUV99.41168.4106.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.23%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=20.23%
G=29.62%
B=50.15%

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
Decimal691011710.600.4100.33221.1842.547.06
Hex4565AB3C29021dd2a2f
Octal10514525374510413355257
Binary1000101110010110101011111100101001010000111011101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4565AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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