Html Css Color HEX #486BAE Mariner

📋 copy color: '#486BAE'

red 72 ◦ green 107 ◦ blue 174

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

Shades of Mariner #486BAE

Tints of Mariner #486BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.31%

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

R = 20.4%
G = 30.31%
B = 49.29%

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

#486BAE (or 0x486BAE) is known color: Mariner. HEX triplet: 48, 6B and AE. RGB value is (72,107,174). Sum of RGB (Red+Green+Blue) = 72+107+174=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #486BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486BAE is #B79451. Grayscale: #676767. Windows color (decimal): -12031058 or 11430728. OLE color: 11430728.

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

Color convert

RGB 72 107 174 -
CMYK 0.59 0.39 0 0.32
HSL 219.41º 0.41% 0.48% -
HSV(B) 219.41º 0.59% 0.68% -
XYZ 15.57 14.95 42.11 -
YUV 104.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 72 107 174 0.59 0.39 0 0.32 219.41 0.41 0.48
Hex 48 6B AE 3B 27 0 20 DB 29 30
Octal 110 153 256 73 47 0 40 333 51 60
Binary 1001000 1101011 10101110 111011 100111 0 100000 11011011 101001 110000

Color Harmonies of #486BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BAE

Black with #486BAE

Text Example


Text Example

White with #486BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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