#4464AB

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

Shades of Mariner #4464AB

Tints of Mariner #4464AB

Color information

#4464AB (or 0x4464AB) is unknown color: approx Mariner. HEX triplet: 44, 64 and AB. RGB value is (68,100,171). Sum of RGB (Red+Green+Blue) = 68+100+171=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #4464AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4464AB is #BB9B54. Grayscale: #626262. Windows color (decimal): -12294997 or 11232324. OLE color: 11232324.

HSL color Cylindrical-coordinate representation of color #4464AB: 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 #4464AB is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68100171-
CMYK0.600.4200.33
HSL221.36º43.1%46.86%-
HSV(B)221.36º60.23%67.06%-
XYZ14.2913.2840.34-
YUV98.53168.9106.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=20.06%
G=29.50%
B=50.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681001710.600.4200.33221.3643.146.86
Hex4464AB3C2A021dd2b2f
Octal10414425374520413355357
Binary1000100110010010101011111100101010010000111011101101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4464AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,100,171); }

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

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

 a { background-color: rgb(68,100,171); }

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

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

 span { border-color: rgb(68,100,171); }

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