Html Css Color HEX #4964AE Mariner

📋 copy color: '#4964AE'

red 73 ◦ green 100 ◦ blue 174

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

Shades of Mariner #4964AE

Tints of Mariner #4964AE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

 BLUE value IS 174 (68.36% from 255) = 50.14%

R = 21.04%
G = 28.82%
B = 50.14%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4964AE (or 0x4964AE) is known color: Mariner. HEX triplet: 49, 64 and AE. RGB value is (73,100,174). Sum of RGB (Red+Green+Blue) = 73+100+174=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #4964AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4964AE is #B69B51. Grayscale: #646464. Windows color (decimal): -11967314 or 11428937. OLE color: 11428937.

HSL color Cylindrical-coordinate representation of color #4964AE: hue angle of 223.96º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4964AE is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 100 174 -
CMYK 0.58 0.43 0 0.32
HSL 223.96º 0.41% 0.48% -
HSV(B) 223.96º 0.58% 0.68% -
XYZ 14.94 13.59 41.88 -
YUV 100.36 169.55 108.48 -
System Red Green Blue C M Y K H S L
Decimal 73 100 174 0.58 0.43 0 0.32 223.96 0.41 0.48
Hex 49 64 AE 3A 2B 0 20 E0 29 30
Octal 111 144 256 72 53 0 40 340 51 60
Binary 1001001 1100100 10101110 111010 101011 0 100000 11100000 101001 110000

Color Harmonies of #4964AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4964AE

Black with #4964AE

Text Example


Text Example

White with #4964AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4964AE; }

 p { color: rgb(73,100,174); }

 H1.HeaderClassName
 {
   color: #4964AE;
 }
 .AnyTagClassName
 {
   color: #4964AE;
 }
</style>

background-color css

<style>
 a { background-color: #4964AE; }

 a { background-color: rgb(73,100,174); }

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

border-color css

<style>
 span { border-color: #4964AE; }

 span { border-color: rgb(73,100,174); }

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