Html Css Color HEX #486091 Mariner

📋 copy color: '#486091'

red 72 ◦ green 96 ◦ blue 145

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

Shades of Mariner #486091

Tints of Mariner #486091

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 145 (57.03% from 255) = 46.33%

R = 23%
G = 30.67%
B = 46.33%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#486091 (or 0x486091) is known color: Mariner. HEX triplet: 48, 60 and 91. RGB value is (72,96,145). Sum of RGB (Red+Green+Blue) = 72+96+145=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 145 (57.03% from 255 or 46.33% from 313); Max value from RGB is 145 - color contains mainly: blue. Hex color #486091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486091 is #B79F6E. Grayscale: #5E5E5E. Windows color (decimal): -12033903 or 9527368. OLE color: 9527368.

HSL color Cylindrical-coordinate representation of color #486091: hue angle of 220.27º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #486091 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 96 145 -
CMYK 0.50 0.34 0 0.43
HSL 220.27º 0.34% 0.43% -
HSV(B) 220.27º 0.5% 0.57% -
XYZ 11.97 11.79 28.43 -
YUV 94.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 72 96 145 0.50 0.34 0 0.43 220.27 0.34 0.43
Hex 48 60 91 32 22 0 2B DC 22 2B
Octal 110 140 221 62 42 0 53 334 42 53
Binary 1001000 1100000 10010001 110010 100010 0 101011 11011100 100010 101011

Color Harmonies of #486091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486091

Black with #486091

Text Example


Text Example

White with #486091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486091; }

 p { color: rgb(72,96,145); }

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

background-color css

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

 a { background-color: rgb(72,96,145); }

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

border-color css

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

 span { border-color: rgb(72,96,145); }

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