#4868A4

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

Shades of Mariner #4868A4

Tints of Mariner #4868A4

Color information

#4868A4 (or 0x4868A4) is unknown color: approx Mariner. HEX triplet: 48, 68 and A4. RGB value is (72,104,164). Sum of RGB (Red+Green+Blue) = 72+104+164=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #4868A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4868A4 is #B7975B. Grayscale: #656565. Windows color (decimal): -12031836 or 10774600. OLE color: 10774600.

HSL color Cylindrical-coordinate representation of color #4868A4: hue angle of 219.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4868A4 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB72104164-
CMYK0.560.3700.36
HSL219.13º38.98%46.27%-
HSV(B)219.13º56.1%64.31%-
XYZ14.3213.9637.06-
YUV101.27163.4107.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 164 (64.45% from 255) = 48.24%
R=21.18%
G=30.59%
B=48.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721041640.560.3700.36219.1338.9846.27
Hex4868A43825024db272e
Octal11015024470450443334756
Binary1001000110100010100100111000100101010010011011011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4868A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4868A4; }

 p { color: rgb(72,104,164); }

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

<style>
 a { background-color: #4868A4; }

 a { background-color: rgb(72,104,164); }

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

<style>
 span { border-color: #4868A4; }

 span { border-color: rgb(72,104,164); }

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