#4163AE

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

Shades of Mariner #4163AE

Tints of Mariner #4163AE

Color information

#4163AE (or 0x4163AE) is unknown color: approx Mariner. HEX triplet: 41, 63 and AE. RGB value is (65,99,174). Sum of RGB (Red+Green+Blue) = 65+99+174=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #4163AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4163AE is #BE9C51. Grayscale: #616161. Windows color (decimal): -12491858 or 11428673. OLE color: 11428673.

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

Color convert

RGB6599174-
CMYK0.630.4300.32
HSL221.28º45.61%46.86%-
HSV(B)221.28º62.64%68.24%-
XYZ14.2813.141.82-
YUV97.38171.24104.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=19.23%
G=29.29%
B=51.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65991740.630.4300.32221.2845.6146.86
Hex4163AE3F2B020dd2e2f
Octal10114325677530403355657
Binary1000001110001110101110111111101011010000011011101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4163AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4163AE; }

 p { color: rgb(65,99,174); }

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

<style>
 a { background-color: #4163AE; }

 a { background-color: rgb(65,99,174); }

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

<style>
 span { border-color: #4163AE; }

 span { border-color: rgb(65,99,174); }

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