Html Css Color HEX #486AAC Mariner

📋 copy color: '#486AAC'

red 72 ◦ green 106 ◦ blue 172

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

Shades of Mariner #486AAC

Tints of Mariner #486AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 20.57%
G = 30.29%
B = 49.14%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#486AAC (or 0x486AAC) is known color: Mariner. HEX triplet: 48, 6A and AC. RGB value is (72,106,172). Sum of RGB (Red+Green+Blue) = 72+106+172=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #486AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AAC is #B79553. Grayscale: #676767. Windows color (decimal): -12031316 or 11299400. OLE color: 11299400.

HSL color Cylindrical-coordinate representation of color #486AAC: hue angle of 219.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486AAC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 106 172 -
CMYK 0.58 0.38 0 0.33
HSL 219.6º 0.41% 0.48% -
HSV(B) 219.6º 0.58% 0.67% -
XYZ 15.27 14.66 41.06 -
YUV 103.36 166.74 105.63 -
System Red Green Blue C M Y K H S L
Decimal 72 106 172 0.58 0.38 0 0.33 219.6 0.41 0.48
Hex 48 6A AC 3A 26 0 21 DC 29 30
Octal 110 152 254 72 46 0 41 334 51 60
Binary 1001000 1101010 10101100 111010 100110 0 100001 11011100 101001 110000

Color Harmonies of #486AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AAC

Black with #486AAC

Text Example


Text Example

White with #486AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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