#4668AB

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

Shades of Mariner #4668AB

Tints of Mariner #4668AB

Color information

#4668AB (or 0x4668AB) is unknown color: approx Mariner. HEX triplet: 46, 68 and AB. RGB value is (70,104,171). Sum of RGB (Red+Green+Blue) = 70+104+171=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #4668AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4668AB is #B99754. Grayscale: #656565. Windows color (decimal): -12162901 or 11233350. OLE color: 11233350.

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

Color convert

RGB70104171-
CMYK0.590.3900.33
HSL219.8º41.91%47.25%-
HSV(B)219.8º59.06%67.06%-
XYZ14.8314.1440.48-
YUV101.47167.24105.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.29%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=20.29%
G=30.14%
B=49.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701041710.590.3900.33219.841.9147.25
Hex4668AB3B27021dc2a2f
Octal10615025373470413345257
Binary1000110110100010101011111011100111010000111011100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4668AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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