#4968AB

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

Shades of Mariner #4968AB

Tints of Mariner #4968AB

Color information

#4968AB (or 0x4968AB) is unknown color: approx Mariner. HEX triplet: 49, 68 and AB. RGB value is (73,104,171). Sum of RGB (Red+Green+Blue) = 73+104+171=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #4968AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4968AB is #B69754. Grayscale: #666666. Windows color (decimal): -11966293 or 11233353. OLE color: 11233353.

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

Color convert

RGB73104171-
CMYK0.570.3900.33
HSL221.02º40.16%47.84%-
HSV(B)221.02º57.31%67.06%-
XYZ15.0514.2640.49-
YUV102.37166.73107.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.98%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=20.98%
G=29.89%
B=49.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731041710.570.3900.33221.0240.1647.84
Hex4968AB3927021dd2830
Octal11115025371470413355060
Binary1001001110100010101011111001100111010000111011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4968AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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