Html Css Color HEX #4961AA Mariner

📋 copy color: '#4961AA'

red 73 ◦ green 97 ◦ blue 170

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

Shades of Mariner #4961AA

Tints of Mariner #4961AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

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

R = 21.47%
G = 28.53%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4961AA (or 0x4961AA) is known color: Mariner. HEX triplet: 49, 61 and AA. RGB value is (73,97,170). Sum of RGB (Red+Green+Blue) = 73+97+170=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #4961AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4961AA is #B69E55. Grayscale: #616161. Windows color (decimal): -11968086 or 11166025. OLE color: 11166025.

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

Color convert

RGB 73 97 170 -
CMYK 0.57 0.43 0 0.33
HSL 225.15º 0.4% 0.48% -
HSV(B) 225.15º 0.57% 0.67% -
XYZ 14.28 12.87 39.76 -
YUV 98.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 73 97 170 0.57 0.43 0 0.33 225.15 0.4 0.48
Hex 49 61 AA 39 2B 0 21 E1 28 30
Octal 111 141 252 71 53 0 41 341 50 60
Binary 1001001 1100001 10101010 111001 101011 0 100001 11100001 101000 110000

Color Harmonies of #4961AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4961AA

Black with #4961AA

Text Example


Text Example

White with #4961AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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