Html Css Color HEX #4860AD Mariner

📋 copy color: '#4860AD'

red 72 ◦ green 96 ◦ blue 173

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

Shades of Mariner #4860AD

Tints of Mariner #4860AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 21.11%
G = 28.15%
B = 50.73%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4860AD (or 0x4860AD) is known color: Mariner. HEX triplet: 48, 60 and AD. RGB value is (72,96,173). Sum of RGB (Red+Green+Blue) = 72+96+173=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #4860AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4860AD is #B79F52. Grayscale: #616161. Windows color (decimal): -12033875 or 11362376. OLE color: 11362376.

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

Color convert

RGB 72 96 173 -
CMYK 0.58 0.45 0 0.32
HSL 225.74º 0.41% 0.48% -
HSV(B) 225.74º 0.58% 0.68% -
XYZ 14.4 12.76 41.24 -
YUV 97.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 72 96 173 0.58 0.45 0 0.32 225.74 0.41 0.48
Hex 48 60 AD 3A 2D 0 20 E2 29 30
Octal 110 140 255 72 55 0 40 342 51 60
Binary 1001000 1100000 10101101 111010 101101 0 100000 11100010 101001 110000

Color Harmonies of #4860AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4860AD

Black with #4860AD

Text Example


Text Example

White with #4860AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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