#4A649D

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

Shades of Mariner #4A649D

Tints of Mariner #4A649D

Color information

#4A649D (or 0x4A649D) is unknown color: approx Mariner. HEX triplet: 4A, 64 and 9D. RGB value is (74,100,157). Sum of RGB (Red+Green+Blue) = 74+100+157=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A649D is #B59B62. Grayscale: #626262. Windows color (decimal): -11901795 or 10314826. OLE color: 10314826.

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

Color convert

RGB74100157-
CMYK0.530.3600.38
HSL221.2º35.93%45.29%-
HSV(B)221.2º52.87%61.57%-
XYZ13.471333.7-
YUV98.72160.89110.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=22.36%
G=30.21%
B=47.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal741001570.530.3600.38221.235.9345.29
Hex4A649D3524026dd242d
Octal11214423565440463354455
Binary1001010110010010011101110101100100010011011011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,100,157); }

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

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

 a { background-color: rgb(74,100,157); }

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

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

 span { border-color: rgb(74,100,157); }

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