Html Css Color HEX #486AAA Mariner

📋 copy color: '#486AAA'

red 72 ◦ green 106 ◦ blue 170

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

Shades of Mariner #486AAA

Tints of Mariner #486AAA

RGB

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

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

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

R = 20.69%
G = 30.46%
B = 48.85%

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

#486AAA (or 0x486AAA) is known color: Mariner. HEX triplet: 48, 6A and AA. RGB value is (72,106,170). Sum of RGB (Red+Green+Blue) = 72+106+170=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #486AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AAA is #B79555. Grayscale: #666666. Windows color (decimal): -12031318 or 11168328. OLE color: 11168328.

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

Color convert

RGB 72 106 170 -
CMYK 0.58 0.38 0 0.33
HSL 219.18º 0.4% 0.47% -
HSV(B) 219.18º 0.58% 0.67% -
XYZ 15.08 14.59 40.05 -
YUV 103.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 72 106 170 0.58 0.38 0 0.33 219.18 0.4 0.47
Hex 48 6A AA 3A 26 0 21 DB 28 2F
Octal 110 152 252 72 46 0 41 333 50 57
Binary 1001000 1101010 10101010 111010 100110 0 100001 11011011 101000 101111

Color Harmonies of #486AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AAA

Black with #486AAA

Text Example


Text Example

White with #486AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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