#4A5E9C

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

Shades of Mariner #4A5E9C

Tints of Mariner #4A5E9C

Color information

#4A5E9C (or 0x4A5E9C) is unknown color: approx Mariner. HEX triplet: 4A, 5E and 9C. RGB value is (74,94,156). Sum of RGB (Red+Green+Blue) = 74+94+156=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A5E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5E9C is #B5A163. Grayscale: #5E5E5E. Windows color (decimal): -11903332 or 10247754. OLE color: 10247754.

HSL color Cylindrical-coordinate representation of color #4A5E9C: hue angle of 225.37º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A5E9C is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7494156-
CMYK0.530.4000.39
HSL225.37º35.65%45.1%-
HSV(B)225.37º52.56%61.18%-
XYZ12.8311.8633.07-
YUV95.09162.37112.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.84%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=22.84%
G=29.01%
B=48.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal74941560.530.4000.39225.3735.6545.1
Hex4A5E9C3528027e1242d
Octal11213623465500473414455
Binary1001010101111010011100110101101000010011111100001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,94,156); }

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

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

 a { background-color: rgb(74,94,156); }

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

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

 span { border-color: rgb(74,94,156); }

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