#4665AC

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

Shades of Mariner #4665AC

Tints of Mariner #4665AC

Color information

#4665AC (or 0x4665AC) is unknown color: approx Mariner. HEX triplet: 46, 65 and AC. RGB value is (70,101,172). Sum of RGB (Red+Green+Blue) = 70+101+172=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #4665AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4665AC is #B99A53. Grayscale: #636363. Windows color (decimal): -12163668 or 11298118. OLE color: 11298118.

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

Color convert

RGB70101172-
CMYK0.590.4100.33
HSL221.76º42.15%47.45%-
HSV(B)221.76º59.3%67.45%-
XYZ14.6313.5940.88-
YUV99.82168.73106.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=20.41%
G=29.45%
B=50.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701011720.590.4100.33221.7642.1547.45
Hex4665AC3B29021de2a2f
Octal10614525473510413365257
Binary1000110110010110101100111011101001010000111011110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4665AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,101,172); }

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

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

 a { background-color: rgb(70,101,172); }

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

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

 span { border-color: rgb(70,101,172); }

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