#4463AA

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

Shades of Mariner #4463AA

Tints of Mariner #4463AA

Color information

#4463AA (or 0x4463AA) is unknown color: approx Mariner. HEX triplet: 44, 63 and AA. RGB value is (68,99,170). Sum of RGB (Red+Green+Blue) = 68+99+170=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #4463AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4463AA is #BB9C55. Grayscale: #616161. Windows color (decimal): -12295254 or 11166532. OLE color: 11166532.

HSL color Cylindrical-coordinate representation of color #4463AA: hue angle of 221.76º 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 #4463AA is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6899170-
CMYK0.60.4200.33
HSL221.76º42.86%46.67%-
HSV(B)221.76º60%66.67%-
XYZ14.113.0539.81-
YUV97.82168.73106.73-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.18%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=20.18%
G=29.38%
B=50.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68991700.60.4200.33221.7642.8646.67
Hex4463AA3C2A021de2b2f
Octal10414325274520413365357
Binary1000100110001110101010111100101010010000111011110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4463AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4463AA; }

 p { color: rgb(68,99,170); }

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

<style>
 a { background-color: #4463AA; }

 a { background-color: rgb(68,99,170); }

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

<style>
 span { border-color: #4463AA; }

 span { border-color: rgb(68,99,170); }

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