Html Css Color HEX #486098 Mariner

📋 copy color: '#486098'

red 72 ◦ green 96 ◦ blue 152

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

Shades of Mariner #486098

Tints of Mariner #486098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 47.5%

R = 22.5%
G = 30%
B = 47.5%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#486098 (or 0x486098) is known color: Mariner. HEX triplet: 48, 60 and 98. RGB value is (72,96,152). Sum of RGB (Red+Green+Blue) = 72+96+152=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #486098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486098 is #B79F67. Grayscale: #5E5E5E. Windows color (decimal): -12033896 or 9986120. OLE color: 9986120.

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

Color convert

RGB 72 96 152 -
CMYK 0.53 0.37 0 0.40
HSL 222º 0.36% 0.44% -
HSV(B) 222º 0.53% 0.6% -
XYZ 12.52 12.01 31.36 -
YUV 95.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 72 96 152 0.53 0.37 0 0.40 222 0.36 0.44
Hex 48 60 98 35 25 0 28 DE 24 2C
Octal 110 140 230 65 45 0 50 336 44 54
Binary 1001000 1100000 10011000 110101 100101 0 101000 11011110 100100 101100

Color Harmonies of #486098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486098

Black with #486098

Text Example


Text Example

White with #486098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486098; }

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

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

background-color css

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

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

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

border-color css

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

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

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