#4A5D96

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

Shades of Mariner #4A5D96

Tints of Mariner #4A5D96

Color information

#4A5D96 (or 0x4A5D96) is unknown color: approx Mariner. HEX triplet: 4A, 5D and 96. RGB value is (74,93,150). Sum of RGB (Red+Green+Blue) = 74+93+150=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A5D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5D96 is #B5A269. Grayscale: #5D5D5D. Windows color (decimal): -11903594 or 9854282. OLE color: 9854282.

HSL color Cylindrical-coordinate representation of color #4A5D96: hue angle of 225º 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 #4A5D96 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7493150-
CMYK0.510.3800.41
HSL225º33.93%43.92%-
HSV(B)225º50.67%58.82%-
XYZ12.2411.4930.43-
YUV93.82159.71113.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.34%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=23.34%
G=29.34%
B=47.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74931500.510.3800.4122533.9343.92
Hex4A5D963326029e1222c
Octal11213522663460513414254
Binary1001010101110110010110110011100110010100111100001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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