Html Css Color HEX #486095 Mariner

📋 copy color: '#486095'

red 72 ◦ green 96 ◦ blue 149

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

Shades of Mariner #486095

Tints of Mariner #486095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.28%

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

R = 22.71%
G = 30.28%
B = 47%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486095 (or 0x486095) is known color: Mariner. HEX triplet: 48, 60 and 95. RGB value is (72,96,149). Sum of RGB (Red+Green+Blue) = 72+96+149=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #486095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486095 is #B79F6A. Grayscale: #5E5E5E. Windows color (decimal): -12033899 or 9789512. OLE color: 9789512.

HSL color Cylindrical-coordinate representation of color #486095: hue angle of 221.3º 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 #486095 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 96 149 -
CMYK 0.52 0.36 0 0.42
HSL 221.3º 0.35% 0.43% -
HSV(B) 221.3º 0.52% 0.58% -
XYZ 12.28 11.91 30.09 -
YUV 94.87 158.55 111.69 -
System Red Green Blue C M Y K H S L
Decimal 72 96 149 0.52 0.36 0 0.42 221.3 0.35 0.43
Hex 48 60 95 34 24 0 2A DD 23 2B
Octal 110 140 225 64 44 0 52 335 43 53
Binary 1001000 1100000 10010101 110100 100100 0 101010 11011101 100011 101011

Color Harmonies of #486095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486095

Black with #486095

Text Example


Text Example

White with #486095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486095; }

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

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

background-color css

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

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

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

border-color css

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

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

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