Html Css Color HEX #486192 Mariner

📋 copy color: '#486192'

red 72 ◦ green 97 ◦ blue 146

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

Shades of Mariner #486192

Tints of Mariner #486192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 146 (57.42% from 255) = 46.35%

R = 22.86%
G = 30.79%
B = 46.35%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#486192 (or 0x486192) is known color: Mariner. HEX triplet: 48, 61 and 92. RGB value is (72,97,146). Sum of RGB (Red+Green+Blue) = 72+97+146=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #486192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486192 is #B79E6D. Grayscale: #5E5E5E. Windows color (decimal): -12033646 or 9593160. OLE color: 9593160.

HSL color Cylindrical-coordinate representation of color #486192: hue angle of 219.73º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486192 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 97 146 -
CMYK 0.51 0.34 0 0.43
HSL 219.73º 0.34% 0.43% -
HSV(B) 219.73º 0.51% 0.57% -
XYZ 12.14 12 28.87 -
YUV 95.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 72 97 146 0.51 0.34 0 0.43 219.73 0.34 0.43
Hex 48 61 92 33 22 0 2B DC 22 2B
Octal 110 141 222 63 42 0 53 334 42 53
Binary 1001000 1100001 10010010 110011 100010 0 101011 11011100 100010 101011

Color Harmonies of #486192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486192

Black with #486192

Text Example


Text Example

White with #486192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486192; }

 p { color: rgb(72,97,146); }

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

background-color css

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

 a { background-color: rgb(72,97,146); }

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

border-color css

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

 span { border-color: rgb(72,97,146); }

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