#4865ac

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

Shades of Mariner #4865AC

Tints of Mariner #4865AC

Color information

#4865AC (or 0x4865AC) is unknown color: approx Mariner. HEX triplet: 48, 65 and AC. RGB value is (72,101,172). Sum of RGB (Red+Green+Blue) = 72+101+172=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 101 (39.84% from 255 or 29.28% 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 #4865AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4865AC is #B79A53. Grayscale: #646464. Windows color (decimal): -12032596 or 11298120. OLE color: 11298120.

HSL color Cylindrical-coordinate representation of color #4865AC: hue angle of 222.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4865AC is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72101172-
CMYK0.580.4100.33
HSL222.6º40.98%47.84%-
HSV(B)222.6º58.14%67.45%-
XYZ14.7713.6640.89-
YUV100.42168.39107.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.87%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 172 (67.58% from 255) = 49.86%
R=20.87%
G=29.28%
B=49.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721011720.580.4100.33222.640.9847.84
Hex4865AC3A29021df2930
Octal11014525472510413375160
Binary1001000110010110101100111010101001010000111011111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4865ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4865ac; }

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

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

<style>
 a { background-color: #4865ac; }

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

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

<style>
 span { border-color: #4865ac; }

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

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