Html Css Color HEX #486199 Mariner

📋 copy color: '#486199'

red 72 ◦ green 97 ◦ blue 153

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

Shades of Mariner #486199

Tints of Mariner #486199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.52%

R = 22.36%
G = 30.12%
B = 47.52%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#486199 (or 0x486199) is known color: Mariner. HEX triplet: 48, 61 and 99. RGB value is (72,97,153). Sum of RGB (Red+Green+Blue) = 72+97+153=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #486199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486199 is #B79E66. Grayscale: #5F5F5F. Windows color (decimal): -12033639 or 10051912. OLE color: 10051912.

HSL color Cylindrical-coordinate representation of color #486199: hue angle of 221.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486199 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 97 153 -
CMYK 0.53 0.37 0 0.4
HSL 221.48º 0.36% 0.44% -
HSV(B) 221.48º 0.53% 0.6% -
XYZ 12.7 12.23 31.83 -
YUV 95.91 160.22 110.95 -
System Red Green Blue C M Y K H S L
Decimal 72 97 153 0.53 0.37 0 0.4 221.48 0.36 0.44
Hex 48 61 99 35 25 0 28 DD 24 2C
Octal 110 141 231 65 45 0 50 335 44 54
Binary 1001000 1100001 10011001 110101 100101 0 101000 11011101 100100 101100

Color Harmonies of #486199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486199

Black with #486199

Text Example


Text Example

White with #486199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486199; }

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

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

background-color css

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

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

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

border-color css

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

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

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