Html Css Color HEX #4965AD Mariner

📋 copy color: '#4965AD'

red 73 ◦ green 101 ◦ blue 173

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

Shades of Mariner #4965AD

Tints of Mariner #4965AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

 BLUE value IS 173 (67.97% from 255) = 49.86%

R = 21.04%
G = 29.11%
B = 49.86%

CMYK

 C value IS 0.58

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4965AD (or 0x4965AD) is known color: Mariner. HEX triplet: 49, 65 and AD. RGB value is (73,101,173). Sum of RGB (Red+Green+Blue) = 73+101+173=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #4965AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4965AD is #B69A52. Grayscale: #646464. Windows color (decimal): -11967059 or 11363657. OLE color: 11363657.

HSL color Cylindrical-coordinate representation of color #4965AD: hue angle of 223.2º 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 #4965AD is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 101 173 -
CMYK 0.58 0.42 0 0.32
HSL 223.2º 0.41% 0.48% -
HSV(B) 223.2º 0.58% 0.68% -
XYZ 14.94 13.74 41.4 -
YUV 100.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 73 101 173 0.58 0.42 0 0.32 223.2 0.41 0.48
Hex 49 65 AD 3A 2A 0 20 DF 29 30
Octal 111 145 255 72 52 0 40 337 51 60
Binary 1001001 1100101 10101101 111010 101010 0 100000 11011111 101001 110000

Color Harmonies of #4965AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4965AD

Black with #4965AD

Text Example


Text Example

White with #4965AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4965AD; }

 p { color: rgb(73,101,173); }

 H1.HeaderClassName
 {
   color: #4965AD;
 }
 .AnyTagClassName
 {
   color: #4965AD;
 }
</style>

background-color css

<style>
 a { background-color: #4965AD; }

 a { background-color: rgb(73,101,173); }

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

border-color css

<style>
 span { border-color: #4965AD; }

 span { border-color: rgb(73,101,173); }

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