Html Css Color HEX #4866AD Mariner

📋 copy color: '#4866AD'

red 72 ◦ green 102 ◦ blue 173

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

Shades of Mariner #4866AD

Tints of Mariner #4866AD

RGB

 RED value IS 72 (28.52% from 255) = 20.75%

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 20.75%
G = 29.39%
B = 49.86%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4866AD (or 0x4866AD) is known color: Mariner. HEX triplet: 48, 66 and AD. RGB value is (72,102,173). Sum of RGB (Red+Green+Blue) = 72+102+173=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 102 (40.23% from 255 or 29.39% 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 #4866AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4866AD is #B79952. Grayscale: #646464. Windows color (decimal): -12032339 or 11363912. OLE color: 11363912.

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

Color convert

RGB 72 102 173 -
CMYK 0.58 0.41 0 0.32
HSL 222.18º 0.41% 0.48% -
HSV(B) 222.18º 0.58% 0.68% -
XYZ 14.97 13.9 41.43 -
YUV 101.12 168.56 107.23 -
System Red Green Blue C M Y K H S L
Decimal 72 102 173 0.58 0.41 0 0.32 222.18 0.41 0.48
Hex 48 66 AD 3A 29 0 20 DE 29 30
Octal 110 146 255 72 51 0 40 336 51 60
Binary 1001000 1100110 10101101 111010 101001 0 100000 11011110 101001 110000

Color Harmonies of #4866AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4866AD

Black with #4866AD

Text Example


Text Example

White with #4866AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,102,173); }

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

background-color css

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

 a { background-color: rgb(72,102,173); }

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

border-color css

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

 span { border-color: rgb(72,102,173); }

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