Html Css Color HEX #486493 Mariner

📋 copy color: '#486493'

red 72 ◦ green 100 ◦ blue 147

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

Shades of Mariner #486493

Tints of Mariner #486493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

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

R = 22.57%
G = 31.35%
B = 46.08%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486493 (or 0x486493) is known color: Mariner. HEX triplet: 48, 64 and 93. RGB value is (72,100,147). Sum of RGB (Red+Green+Blue) = 72+100+147=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #486493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486493 is #B79B6C. Grayscale: #606060. Windows color (decimal): -12032877 or 9659464. OLE color: 9659464.

HSL color Cylindrical-coordinate representation of color #486493: hue angle of 217.6º 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 #486493 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 100 147 -
CMYK 0.51 0.32 0 0.42
HSL 217.6º 0.34% 0.43% -
HSV(B) 217.6º 0.51% 0.58% -
XYZ 12.5 12.6 29.38 -
YUV 96.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 72 100 147 0.51 0.32 0 0.42 217.6 0.34 0.43
Hex 48 64 93 33 20 0 2A DA 22 2B
Octal 110 144 223 63 40 0 52 332 42 53
Binary 1001000 1100100 10010011 110011 100000 0 101010 11011010 100010 101011

Color Harmonies of #486493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486493

Black with #486493

Text Example


Text Example

White with #486493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486493; }

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

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

background-color css

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

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

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

border-color css

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

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

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