Html Css Color HEX #486595 Mariner

📋 copy color: '#486595'

red 72 ◦ green 101 ◦ blue 149

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

Shades of Mariner #486595

Tints of Mariner #486595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.37%

 BLUE value IS 149 (58.59% from 255) = 46.27%

R = 22.36%
G = 31.37%
B = 46.27%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486595 (or 0x486595) is known color: Mariner. HEX triplet: 48, 65 and 95. RGB value is (72,101,149). Sum of RGB (Red+Green+Blue) = 72+101+149=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #486595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486595 is #B79A6A. Grayscale: #616161. Windows color (decimal): -12032619 or 9790792. OLE color: 9790792.

HSL color Cylindrical-coordinate representation of color #486595: hue angle of 217.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486595 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 101 149 -
CMYK 0.52 0.32 0 0.42
HSL 217.4º 0.35% 0.43% -
HSV(B) 217.4º 0.52% 0.58% -
XYZ 12.75 12.86 30.24 -
YUV 97.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 72 101 149 0.52 0.32 0 0.42 217.4 0.35 0.43
Hex 48 65 95 34 20 0 2A D9 23 2B
Octal 110 145 225 64 40 0 52 331 43 53
Binary 1001000 1100101 10010101 110100 100000 0 101010 11011001 100011 101011

Color Harmonies of #486595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486595

Black with #486595

Text Example


Text Example

White with #486595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486595; }

 p { color: rgb(72,101,149); }

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

background-color css

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

 a { background-color: rgb(72,101,149); }

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

border-color css

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

 span { border-color: rgb(72,101,149); }

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