Html Css Color HEX #486190 Mariner

📋 copy color: '#486190'

red 72 ◦ green 97 ◦ blue 144

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

Shades of Mariner #486190

Tints of Mariner #486190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 23%
G = 30.99%
B = 46.01%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#486190 (or 0x486190) is known color: Mariner. HEX triplet: 48, 61 and 90. RGB value is (72,97,144). Sum of RGB (Red+Green+Blue) = 72+97+144=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #486190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486190 is #B79E6F. Grayscale: #5E5E5E. Windows color (decimal): -12033648 or 9462088. OLE color: 9462088.

HSL color Cylindrical-coordinate representation of color #486190: hue angle of 219.17º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486190 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 97 144 -
CMYK 0.50 0.33 0 0.44
HSL 219.17º 0.33% 0.42% -
HSV(B) 219.17º 0.5% 0.56% -
XYZ 11.98 11.94 28.06 -
YUV 94.88 155.72 111.68 -
System Red Green Blue C M Y K H S L
Decimal 72 97 144 0.50 0.33 0 0.44 219.17 0.33 0.42
Hex 48 61 90 32 21 0 2C DB 21 2A
Octal 110 141 220 62 41 0 54 333 41 52
Binary 1001000 1100001 10010000 110010 100001 0 101100 11011011 100001 101010

Color Harmonies of #486190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486190

Black with #486190

Text Example


Text Example

White with #486190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486190; }

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

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

background-color css

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

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

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

border-color css

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

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

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