Html Css Color HEX #486AAE Mariner

📋 copy color: '#486AAE'

red 72 ◦ green 106 ◦ blue 174

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

Shades of Mariner #486AAE

Tints of Mariner #486AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.43%

R = 20.45%
G = 30.11%
B = 49.43%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#486AAE (or 0x486AAE) is known color: Mariner. HEX triplet: 48, 6A and AE. RGB value is (72,106,174). Sum of RGB (Red+Green+Blue) = 72+106+174=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #486AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486AAE is #B79551. Grayscale: #676767. Windows color (decimal): -12031314 or 11430472. OLE color: 11430472.

HSL color Cylindrical-coordinate representation of color #486AAE: hue angle of 220º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #486AAE is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 106 174 -
CMYK 0.59 0.39 0 0.32
HSL 220º 0.41% 0.48% -
HSV(B) 220º 0.59% 0.68% -
XYZ 15.47 14.74 42.07 -
YUV 103.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 72 106 174 0.59 0.39 0 0.32 220 0.41 0.48
Hex 48 6A AE 3B 27 0 20 DC 29 30
Octal 110 152 256 73 47 0 40 334 51 60
Binary 1001000 1101010 10101110 111011 100111 0 100000 11011100 101001 110000

Color Harmonies of #486AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486AAE

Black with #486AAE

Text Example


Text Example

White with #486AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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