#4663AF

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

Shades of Mariner #4663AF

Tints of Mariner #4663AF

Color information

#4663AF (or 0x4663AF) is unknown color: approx Mariner. HEX triplet: 46, 63 and AF. RGB value is (70,99,175). Sum of RGB (Red+Green+Blue) = 70+99+175=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #4663AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4663AF is #B99C50. Grayscale: #626262. Windows color (decimal): -12164177 or 11494214. OLE color: 11494214.

HSL color Cylindrical-coordinate representation of color #4663AF: hue angle of 223.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4663AF is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7099175-
CMYK0.600.4300.31
HSL223.43º42.86%48.04%-
HSV(B)223.43º60%68.63%-
XYZ14.7313.3242.35-
YUV98.99170.89107.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.35%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=20.35%
G=28.78%
B=50.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal70991750.600.4300.31223.4342.8648.04
Hex4663AF3C2B01Fdf2b30
Octal10614325774530373375360
Binary100011011000111010111111110010101101111111011111101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4663AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4663AF; }

 p { color: rgb(70,99,175); }

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

<style>
 a { background-color: #4663AF; }

 a { background-color: rgb(70,99,175); }

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

<style>
 span { border-color: #4663AF; }

 span { border-color: rgb(70,99,175); }

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