Html Css Color HEX #4960AB Mariner

📋 copy color: '#4960AB'

red 73 ◦ green 96 ◦ blue 171

#4960AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #4960AB

Tints of Mariner #4960AB

RGB

 RED value IS 73 (28.91% from 255) = 21.47%

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 21.47%
G = 28.24%
B = 50.29%

CMYK

 C value IS 0.57

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4960AB (or 0x4960AB) is known color: Mariner. HEX triplet: 49, 60 and AB. RGB value is (73,96,171). Sum of RGB (Red+Green+Blue) = 73+96+171=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #4960AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4960AB is #B69F54. Grayscale: #616161. Windows color (decimal): -11968341 or 11231305. OLE color: 11231305.

HSL color Cylindrical-coordinate representation of color #4960AB: hue angle of 225.92º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4960AB is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 96 171 -
CMYK 0.57 0.44 0 0.33
HSL 225.92º 0.4% 0.48% -
HSV(B) 225.92º 0.57% 0.67% -
XYZ 14.28 12.72 40.23 -
YUV 97.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 73 96 171 0.57 0.44 0 0.33 225.92 0.4 0.48
Hex 49 60 AB 39 2C 0 21 E2 28 30
Octal 111 140 253 71 54 0 41 342 50 60
Binary 1001001 1100000 10101011 111001 101100 0 100001 11100010 101000 110000

Color Harmonies of #4960AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4960AB

Black with #4960AB

Text Example


Text Example

White with #4960AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4960AB;
 }
 .AnyTagClassName
 {
   color: #4960AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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