#4463A2

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

Shades of Mariner #4463A2

Tints of Mariner #4463A2

Color information

#4463A2 (or 0x4463A2) is unknown color: approx Mariner. HEX triplet: 44, 63 and A2. RGB value is (68,99,162). Sum of RGB (Red+Green+Blue) = 68+99+162=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 162 (63.67% from 255 or 49.24% from 329); Max value from RGB is 162 - color contains mainly: blue. Hex color #4463A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4463A2 is #BB9C5D. Grayscale: #606060. Windows color (decimal): -12295262 or 10642244. OLE color: 10642244.

HSL color Cylindrical-coordinate representation of color #4463A2: hue angle of 220.21º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4463A2 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6899162-
CMYK0.580.3900.36
HSL220.21º40.87%45.1%-
HSV(B)220.21º58.02%63.53%-
XYZ13.3712.7635.94-
YUV96.91164.73107.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 162 (63.67% from 255) = 49.24%
R=20.67%
G=30.09%
B=49.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68991620.580.3900.36220.2140.8745.1
Hex4463A23A27024dc292d
Octal10414324272470443345155
Binary1000100110001110100010111010100111010010011011100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4463A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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