Html Css Color HEX #4960AA Mariner

📋 copy color: '#4960AA'

red 73 ◦ green 96 ◦ blue 170

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

Shades of Mariner #4960AA

Tints of Mariner #4960AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.15%

R = 21.53%
G = 28.32%
B = 50.15%

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

#4960AA (or 0x4960AA) is known color: Mariner. HEX triplet: 49, 60 and AA. RGB value is (73,96,170). Sum of RGB (Red+Green+Blue) = 73+96+170=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #4960AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4960AA is #B69F55. Grayscale: #616161. Windows color (decimal): -11968342 or 11165769. OLE color: 11165769.

HSL color Cylindrical-coordinate representation of color #4960AA: hue angle of 225.77º 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 #4960AA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 96 170 -
CMYK 0.57 0.44 0 0.33
HSL 225.77º 0.4% 0.48% -
HSV(B) 225.77º 0.57% 0.67% -
XYZ 14.19 12.68 39.73 -
YUV 97.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 73 96 170 0.57 0.44 0 0.33 225.77 0.4 0.48
Hex 49 60 AA 39 2C 0 21 E2 28 30
Octal 111 140 252 71 54 0 41 342 50 60
Binary 1001001 1100000 10101010 111001 101100 0 100001 11100010 101000 110000

Color Harmonies of #4960AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4960AA

Black with #4960AA

Text Example


Text Example

White with #4960AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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