Html Css Color HEX #486AAD Mariner

📋 copy color: '#486AAD'

red 72 ◦ green 106 ◦ blue 173

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

Shades of Mariner #486AAD

Tints of Mariner #486AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.2%

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

R = 20.51%
G = 30.2%
B = 49.29%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#486AAD (or 0x486AAD) is known color: Mariner. HEX triplet: 48, 6A and AD. RGB value is (72,106,173). Sum of RGB (Red+Green+Blue) = 72+106+173=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #486AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AAD is #B79552. Grayscale: #676767. Windows color (decimal): -12031315 or 11364936. OLE color: 11364936.

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

Color convert

RGB 72 106 173 -
CMYK 0.58 0.39 0 0.32
HSL 219.8º 0.41% 0.48% -
HSV(B) 219.8º 0.58% 0.68% -
XYZ 15.37 14.7 41.56 -
YUV 103.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 72 106 173 0.58 0.39 0 0.32 219.8 0.41 0.48
Hex 48 6A AD 3A 27 0 20 DC 29 30
Octal 110 152 255 72 47 0 40 334 51 60
Binary 1001000 1101010 10101101 111010 100111 0 100000 11011100 101001 110000

Color Harmonies of #486AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AAD

Black with #486AAD

Text Example


Text Example

White with #486AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486AAD; }

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

 H1.HeaderClassName
 {
   color: #486AAD;
 }
 .AnyTagClassName
 {
   color: #486AAD;
 }
</style>

background-color css

<style>
 a { background-color: #486AAD; }

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

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

border-color css

<style>
 span { border-color: #486AAD; }

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

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