Html Css Color HEX #486099 Mariner

📋 copy color: '#486099'

red 72 ◦ green 96 ◦ blue 153

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

Shades of Mariner #486099

Tints of Mariner #486099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 22.43%
G = 29.91%
B = 47.66%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#486099 (or 0x486099) is known color: Mariner. HEX triplet: 48, 60 and 99. RGB value is (72,96,153). Sum of RGB (Red+Green+Blue) = 72+96+153=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #486099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486099 is #B79F66. Grayscale: #5F5F5F. Windows color (decimal): -12033895 or 10051656. OLE color: 10051656.

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

Color convert

RGB 72 96 153 -
CMYK 0.53 0.37 0 0.4
HSL 222.22º 0.36% 0.44% -
HSV(B) 222.22º 0.53% 0.6% -
XYZ 12.61 12.04 31.8 -
YUV 95.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 72 96 153 0.53 0.37 0 0.4 222.22 0.36 0.44
Hex 48 60 99 35 25 0 28 DE 24 2C
Octal 110 140 231 65 45 0 50 336 44 54
Binary 1001000 1100000 10011001 110101 100101 0 101000 11011110 100100 101100

Color Harmonies of #486099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486099

Black with #486099

Text Example


Text Example

White with #486099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486099; }

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

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

background-color css

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

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

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

border-color css

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

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

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