#4062AC

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

Shades of Mariner #4062AC

Tints of Mariner #4062AC

Color information

#4062AC (or 0x4062AC) is unknown color: approx Mariner. HEX triplet: 40, 62 and AC. RGB value is (64,98,172). Sum of RGB (Red+Green+Blue) = 64+98+172=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #4062AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4062AC is #BF9D53. Grayscale: #5F5F5F. Windows color (decimal): -12557652 or 11297344. OLE color: 11297344.

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

Color convert

RGB6498172-
CMYK0.630.4300.33
HSL221.11º45.76%46.27%-
HSV(B)221.11º62.79%67.45%-
XYZ13.9312.840.77-
YUV96.27170.74104.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.16%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=19.16%
G=29.34%
B=51.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64981720.630.4300.33221.1145.7646.27
Hex4062AC3F2B021dd2e2e
Octal10014225477530413355656
Binary1000000110001010101100111111101011010000111011101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4062AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,98,172); }

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

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

 a { background-color: rgb(64,98,172); }

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

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

 span { border-color: rgb(64,98,172); }

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