Html Css Color HEX #486AAB Mariner

📋 copy color: '#486AAB'

red 72 ◦ green 106 ◦ blue 171

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

Shades of Mariner #486AAB

Tints of Mariner #486AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 20.63%
G = 30.37%
B = 49%

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

#486AAB (or 0x486AAB) is known color: Mariner. HEX triplet: 48, 6A and AB. RGB value is (72,106,171). Sum of RGB (Red+Green+Blue) = 72+106+171=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #486AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AAB is #B79554. Grayscale: #666666. Windows color (decimal): -12031317 or 11233864. OLE color: 11233864.

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

Color convert

RGB 72 106 171 -
CMYK 0.58 0.38 0 0.33
HSL 219.39º 0.41% 0.48% -
HSV(B) 219.39º 0.58% 0.67% -
XYZ 15.18 14.63 40.55 -
YUV 103.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 72 106 171 0.58 0.38 0 0.33 219.39 0.41 0.48
Hex 48 6A AB 3A 26 0 21 DB 29 30
Octal 110 152 253 72 46 0 41 333 51 60
Binary 1001000 1101010 10101011 111010 100110 0 100001 11011011 101001 110000

Color Harmonies of #486AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AAB

Black with #486AAB

Text Example


Text Example

White with #486AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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