#4168AD

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

Shades of Mariner #4168AD

Tints of Mariner #4168AD

Color information

#4168AD (or 0x4168AD) is unknown color: approx Mariner. HEX triplet: 41, 68 and AD. RGB value is (65,104,173). Sum of RGB (Red+Green+Blue) = 65+104+173=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #4168AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4168AD is #BE9752. Grayscale: #636363. Windows color (decimal): -12490579 or 11364417. OLE color: 11364417.

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

Color convert

RGB65104173-
CMYK0.620.4000.32
HSL218.33º45.38%46.67%-
HSV(B)218.33º62.43%67.84%-
XYZ14.6714.0441.47-
YUV100.2169.08102.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.01%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=19.01%
G=30.41%
B=50.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651041730.620.4000.32218.3345.3846.67
Hex4168AD3E28020da2d2f
Octal10115025576500403325557
Binary1000001110100010101101111110101000010000011011010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4168AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,104,173); }

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

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

 a { background-color: rgb(65,104,173); }

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

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

 span { border-color: rgb(65,104,173); }

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