#4A6396

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

Shades of Mariner #4A6396

Tints of Mariner #4A6396

Color information

#4A6396 (or 0x4A6396) is unknown color: approx Mariner. HEX triplet: 4A, 63 and 96. RGB value is (74,99,150). Sum of RGB (Red+Green+Blue) = 74+99+150=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 150 (58.98% from 255 or 46.44% from 323); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A6396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6396 is #B59C69. Grayscale: #616161. Windows color (decimal): -11902058 or 9855818. OLE color: 9855818.

HSL color Cylindrical-coordinate representation of color #4A6396: hue angle of 220.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A6396 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7499150-
CMYK0.510.3400.41
HSL220.26º33.93%43.92%-
HSV(B)220.26º50.67%58.82%-
XYZ12.7912.5830.61-
YUV97.34157.72111.35-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 150 (58.98% from 255) = 46.44%
R=22.91%
G=30.65%
B=46.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74991500.510.3400.41220.2633.9343.92
Hex4A63963322029dc222c
Octal11214322663420513344254
Binary1001010110001110010110110011100010010100111011100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A6396; }

 p { color: rgb(74,99,150); }

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

<style>
 a { background-color: #4A6396; }

 a { background-color: rgb(74,99,150); }

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

<style>
 span { border-color: #4A6396; }

 span { border-color: rgb(74,99,150); }

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