#4168A9

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

Shades of Mariner #4168A9

Tints of Mariner #4168A9

Color information

#4168A9 (or 0x4168A9) is unknown color: approx Mariner. HEX triplet: 41, 68 and A9. RGB value is (65,104,169). Sum of RGB (Red+Green+Blue) = 65+104+169=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 169 (66.41% from 255 or 50% from 338); Max value from RGB is 169 - color contains mainly: blue. Hex color #4168A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4168A9 is #BE9756. Grayscale: #636363. Windows color (decimal): -12490583 or 11102273. OLE color: 11102273.

HSL color Cylindrical-coordinate representation of color #4168A9: hue angle of 217.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4168A9 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB65104169-
CMYK0.620.3800.34
HSL217.5º44.44%45.88%-
HSV(B)217.5º61.54%66.27%-
XYZ14.2913.8939.46-
YUV99.75167.08103.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 169 (66.41% from 255) = 50%
R=19.23%
G=30.77%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal651041690.620.3800.34217.544.4445.88
Hex4168A93E26022da2c2e
Octal10115025176460423325456
Binary1000001110100010101001111110100110010001011011010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4168A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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