Html Css Color HEX #486599 Mariner

📋 copy color: '#486599'

red 72 ◦ green 101 ◦ blue 153

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

Shades of Mariner #486599

Tints of Mariner #486599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 22.09%
G = 30.98%
B = 46.93%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#486599 (or 0x486599) is known color: Mariner. HEX triplet: 48, 65 and 99. RGB value is (72,101,153). Sum of RGB (Red+Green+Blue) = 72+101+153=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #486599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486599 is #B79A66. Grayscale: #626262. Windows color (decimal): -12032615 or 10052936. OLE color: 10052936.

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

Color convert

RGB 72 101 153 -
CMYK 0.53 0.34 0 0.4
HSL 218.52º 0.36% 0.44% -
HSV(B) 218.52º 0.53% 0.6% -
XYZ 13.08 12.98 31.95 -
YUV 98.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 72 101 153 0.53 0.34 0 0.4 218.52 0.36 0.44
Hex 48 65 99 35 22 0 28 DB 24 2C
Octal 110 145 231 65 42 0 50 333 44 54
Binary 1001000 1100101 10011001 110101 100010 0 101000 11011011 100100 101100

Color Harmonies of #486599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486599

Black with #486599

Text Example


Text Example

White with #486599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486599; }

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

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

background-color css

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

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

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

border-color css

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

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

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