Html Css Color HEX #486395 Mariner

📋 copy color: '#486395'

red 72 ◦ green 99 ◦ blue 149

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

Shades of Mariner #486395

Tints of Mariner #486395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 22.5%
G = 30.94%
B = 46.56%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486395 (or 0x486395) is known color: Mariner. HEX triplet: 48, 63 and 95. RGB value is (72,99,149). Sum of RGB (Red+Green+Blue) = 72+99+149=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #486395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486395 is #B79C6A. Grayscale: #606060. Windows color (decimal): -12033131 or 9790280. OLE color: 9790280.

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

Color convert

RGB 72 99 149 -
CMYK 0.52 0.34 0 0.42
HSL 218.96º 0.35% 0.43% -
HSV(B) 218.96º 0.52% 0.58% -
XYZ 12.56 12.47 30.18 -
YUV 96.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 72 99 149 0.52 0.34 0 0.42 218.96 0.35 0.43
Hex 48 63 95 34 22 0 2A DB 23 2B
Octal 110 143 225 64 42 0 52 333 43 53
Binary 1001000 1100011 10010101 110100 100010 0 101010 11011011 100011 101011

Color Harmonies of #486395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486395

Black with #486395

Text Example


Text Example

White with #486395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486395; }

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

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

background-color css

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

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

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

border-color css

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

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

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