Html Css Color HEX #4965A0 Mariner

📋 copy color: '#4965A0'

red 73 ◦ green 101 ◦ blue 160

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

Shades of Mariner #4965A0

Tints of Mariner #4965A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.9%

R = 21.86%
G = 30.24%
B = 47.9%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4965A0 (or 0x4965A0) is known color: Mariner. HEX triplet: 49, 65 and A0. RGB value is (73,101,160). Sum of RGB (Red+Green+Blue) = 73+101+160=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #4965A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4965A0 is #B69A5F. Grayscale: #636363. Windows color (decimal): -11967072 or 10511689. OLE color: 10511689.

HSL color Cylindrical-coordinate representation of color #4965A0: hue angle of 220.69º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4965A0 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 101 160 -
CMYK 0.54 0.37 0 0.37
HSL 220.69º 0.37% 0.46% -
HSV(B) 220.69º 0.54% 0.63% -
XYZ 13.75 13.26 35.09 -
YUV 99.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 73 101 160 0.54 0.37 0 0.37 220.69 0.37 0.46
Hex 49 65 A0 36 25 0 25 DD 25 2E
Octal 111 145 240 66 45 0 45 335 45 56
Binary 1001001 1100101 10100000 110110 100101 0 100101 11011101 100101 101110

Color Harmonies of #4965A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4965A0

Black with #4965A0

Text Example


Text Example

White with #4965A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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