Html Css Color HEX #486399 Mariner

📋 copy color: '#486399'

red 72 ◦ green 99 ◦ blue 153

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

Shades of Mariner #486399

Tints of Mariner #486399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

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

R = 22.22%
G = 30.56%
B = 47.22%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#486399 (or 0x486399) is known color: Mariner. HEX triplet: 48, 63 and 99. RGB value is (72,99,153). Sum of RGB (Red+Green+Blue) = 72+99+153=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #486399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486399 is #B79C66. Grayscale: #606060. Windows color (decimal): -12033127 or 10052424. OLE color: 10052424.

HSL color Cylindrical-coordinate representation of color #486399: hue angle of 220º 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 #486399 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 99 153 -
CMYK 0.53 0.35 0 0.4
HSL 220º 0.36% 0.44% -
HSV(B) 220º 0.53% 0.6% -
XYZ 12.88 12.6 31.89 -
YUV 97.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 72 99 153 0.53 0.35 0 0.4 220 0.36 0.44
Hex 48 63 99 35 23 0 28 DC 24 2C
Octal 110 143 231 65 43 0 50 334 44 54
Binary 1001000 1100011 10011001 110101 100011 0 101000 11011100 100100 101100

Color Harmonies of #486399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486399

Black with #486399

Text Example


Text Example

White with #486399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486399; }

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

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

background-color css

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

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

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

border-color css

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

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

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