#4463AD

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

Shades of Mariner #4463AD

Tints of Mariner #4463AD

Color information

#4463AD (or 0x4463AD) is unknown color: approx Mariner. HEX triplet: 44, 63 and AD. RGB value is (68,99,173). Sum of RGB (Red+Green+Blue) = 68+99+173=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #4463AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4463AD is #BB9C52. Grayscale: #616161. Windows color (decimal): -12295251 or 11363140. OLE color: 11363140.

HSL color Cylindrical-coordinate representation of color #4463AD: hue angle of 222.29º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4463AD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6899173-
CMYK0.610.4300.32
HSL222.29º43.57%47.25%-
HSV(B)222.29º60.69%67.84%-
XYZ14.3913.1741.32-
YUV98.17170.23106.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 173 (67.97% from 255) = 50.88%
R=20%
G=29.12%
B=50.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68991730.610.4300.32222.2943.5747.25
Hex4463AD3D2B020de2c2f
Octal10414325575530403365457
Binary1000100110001110101101111101101011010000011011110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4463AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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