#4469AC

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

Shades of Mariner #4469AC

Tints of Mariner #4469AC

Color information

#4469AC (or 0x4469AC) is unknown color: approx Mariner. HEX triplet: 44, 69 and AC. RGB value is (68,105,172). Sum of RGB (Red+Green+Blue) = 68+105+172=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #4469AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4469AC is #BB9653. Grayscale: #656565. Windows color (decimal): -12293716 or 11299140. OLE color: 11299140.

HSL color Cylindrical-coordinate representation of color #4469AC: hue angle of 218.65º 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 #4469AC is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB68105172-
CMYK0.600.3900.33
HSL218.65º43.33%47.06%-
HSV(B)218.65º60.47%67.45%-
XYZ14.8814.3141.01-
YUV101.58167.74104.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 172 (67.58% from 255) = 49.86%
R=19.71%
G=30.43%
B=49.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal681051720.600.3900.33218.6543.3347.06
Hex4469AC3C27021db2b2f
Octal10415125474470413335357
Binary1000100110100110101100111100100111010000111011011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4469AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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