Html Css Color HEX #486393 Mariner

📋 copy color: '#486393'

red 72 ◦ green 99 ◦ blue 147

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

Shades of Mariner #486393

Tints of Mariner #486393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.23%

R = 22.64%
G = 31.13%
B = 46.23%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486393 (or 0x486393) is known color: Mariner. HEX triplet: 48, 63 and 93. RGB value is (72,99,147). Sum of RGB (Red+Green+Blue) = 72+99+147=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #486393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486393 is #B79C6C. Grayscale: #606060. Windows color (decimal): -12033133 or 9659208. OLE color: 9659208.

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

Color convert

RGB 72 99 147 -
CMYK 0.51 0.33 0 0.42
HSL 218.4º 0.34% 0.43% -
HSV(B) 218.4º 0.51% 0.58% -
XYZ 12.4 12.41 29.35 -
YUV 96.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 72 99 147 0.51 0.33 0 0.42 218.4 0.34 0.43
Hex 48 63 93 33 21 0 2A DA 22 2B
Octal 110 143 223 63 41 0 52 332 42 53
Binary 1001000 1100011 10010011 110011 100001 0 101010 11011010 100010 101011

Color Harmonies of #486393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486393

Black with #486393

Text Example


Text Example

White with #486393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486393; }

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

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

background-color css

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

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

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

border-color css

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

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

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