#4960A7

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

Shades of Mariner #4960A7

Tints of Mariner #4960A7

Color information

#4960A7 (or 0x4960A7) is unknown color: approx Mariner. HEX triplet: 49, 60 and A7. RGB value is (73,96,167). Sum of RGB (Red+Green+Blue) = 73+96+167=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 167 (65.62% from 255 or 49.70% from 336); Max value from RGB is 167 - color contains mainly: blue. Hex color #4960A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4960A7 is #B69F58. Grayscale: #606060. Windows color (decimal): -11968345 or 10969161. OLE color: 10969161.

HSL color Cylindrical-coordinate representation of color #4960A7: hue angle of 225.32º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4960A7 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7396167-
CMYK0.560.4300.35
HSL225.32º39.17%47.06%-
HSV(B)225.32º56.29%65.49%-
XYZ13.9112.5738.25-
YUV97.22167.38110.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 167 (65.62% from 255) = 49.70%
R=21.73%
G=28.57%
B=49.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73961670.560.4300.35225.3239.1747.06
Hex4960A7382B023e1272f
Octal11114024770530433414757
Binary1001001110000010100111111000101011010001111100001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4960A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4960A7; }

 p { color: rgb(73,96,167); }

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

<style>
 a { background-color: #4960A7; }

 a { background-color: rgb(73,96,167); }

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

<style>
 span { border-color: #4960A7; }

 span { border-color: rgb(73,96,167); }

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