Html Css Color HEX #4968AA Mariner

📋 copy color: '#4968AA'

red 73 ◦ green 104 ◦ blue 170

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

Shades of Mariner #4968AA

Tints of Mariner #4968AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 21.04%
G = 29.97%
B = 48.99%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4968AA (or 0x4968AA) is known color: Mariner. HEX triplet: 49, 68 and AA. RGB value is (73,104,170). Sum of RGB (Red+Green+Blue) = 73+104+170=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #4968AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4968AA is #B69755. Grayscale: #656565. Windows color (decimal): -11966294 or 11167817. OLE color: 11167817.

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

Color convert

RGB 73 104 170 -
CMYK 0.57 0.39 0 0.33
HSL 220.82º 0.4% 0.48% -
HSV(B) 220.82º 0.57% 0.67% -
XYZ 14.95 14.22 39.99 -
YUV 102.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 73 104 170 0.57 0.39 0 0.33 220.82 0.4 0.48
Hex 49 68 AA 39 27 0 21 DD 28 30
Octal 111 150 252 71 47 0 41 335 50 60
Binary 1001001 1101000 10101010 111001 100111 0 100001 11011101 101000 110000

Color Harmonies of #4968AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4968AA

Black with #4968AA

Text Example


Text Example

White with #4968AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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