#4468AC

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

Shades of Mariner #4468AC

Tints of Mariner #4468AC

Color information

#4468AC (or 0x4468AC) is unknown color: approx Mariner. HEX triplet: 44, 68 and AC. RGB value is (68,104,172). Sum of RGB (Red+Green+Blue) = 68+104+172=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #4468AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4468AC is #BB9753. Grayscale: #646464. Windows color (decimal): -12293972 or 11298884. OLE color: 11298884.

HSL color Cylindrical-coordinate representation of color #4468AC: hue angle of 219.23º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4468AC is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68104172-
CMYK0.600.4000.33
HSL219.23º43.33%47.06%-
HSV(B)219.23º60.47%67.45%-
XYZ14.7814.1140.97-
YUV100.99168.07104.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.77%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 172 (67.58% from 255) = 50%
R=19.77%
G=30.23%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681041720.600.4000.33219.2343.3347.06
Hex4468AC3C28021db2b2f
Octal10415025474500413335357
Binary1000100110100010101100111100101000010000111011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4468AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4468AC; }

 p { color: rgb(68,104,172); }

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

<style>
 a { background-color: #4468AC; }

 a { background-color: rgb(68,104,172); }

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

<style>
 span { border-color: #4468AC; }

 span { border-color: rgb(68,104,172); }

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