#4068AB

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

Shades of Mariner #4068AB

Tints of Mariner #4068AB

Color information

#4068AB (or 0x4068AB) is unknown color: approx Mariner. HEX triplet: 40, 68 and AB. RGB value is (64,104,171). Sum of RGB (Red+Green+Blue) = 64+104+171=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #4068AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4068AB is #BF9754. Grayscale: #636363. Windows color (decimal): -12556117 or 11233344. OLE color: 11233344.

HSL color Cylindrical-coordinate representation of color #4068AB: hue angle of 217.57º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4068AB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64104171-
CMYK0.630.3900.33
HSL217.57º45.53%46.08%-
HSV(B)217.57º62.57%67.06%-
XYZ14.4213.9340.46-
YUV99.68168.25102.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.88%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=18.88%
G=30.68%
B=50.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641041710.630.3900.33217.5745.5346.08
Hex4068AB3F27021da2e2e
Octal10015025377470413325656
Binary1000000110100010101011111111100111010000111011010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4068AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4068AB; }

 p { color: rgb(64,104,171); }

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

<style>
 a { background-color: #4068AB; }

 a { background-color: rgb(64,104,171); }

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

<style>
 span { border-color: #4068AB; }

 span { border-color: rgb(64,104,171); }

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