#4A5D8C

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

Shades of Mariner #4A5D8C

Tints of Mariner #4A5D8C

Color information

#4A5D8C (or 0x4A5D8C) is unknown color: approx Mariner. HEX triplet: 4A, 5D and 8C. RGB value is (74,93,140). Sum of RGB (Red+Green+Blue) = 74+93+140=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A5D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A5D8C is #B5A273. Grayscale: #5C5C5C. Windows color (decimal): -11903604 or 9198922. OLE color: 9198922.

HSL color Cylindrical-coordinate representation of color #4A5D8C: hue angle of 222.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4A5D8C is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7493140-
CMYK0.470.3400.45
HSL222.73º30.84%41.96%-
HSV(B)222.73º47.14%54.9%-
XYZ11.4711.1826.36-
YUV92.68154.71114.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.10%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=24.10%
G=30.29%
B=45.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74931400.470.3400.45222.7330.8441.96
Hex4A5D8C2F2202Ddf1f2a
Octal11213521457420553373752
Binary100101010111011000110010111110001001011011101111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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