Html Css Color HEX #486999 San Marino

📋 copy color: '#486999'

red 72 ◦ green 105 ◦ blue 153

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

Shades of San Marino #486999

Tints of San Marino #486999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

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

R = 21.82%
G = 31.82%
B = 46.36%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#486999 (or 0x486999) is known color: San Marino. HEX triplet: 48, 69 and 99. RGB value is (72,105,153). Sum of RGB (Red+Green+Blue) = 72+105+153=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #486999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486999 is #B79666. Grayscale: #646464. Windows color (decimal): -12031591 or 10053960. OLE color: 10053960.

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

Color convert

RGB 72 105 153 -
CMYK 0.53 0.31 0 0.4
HSL 215.56º 0.36% 0.44% -
HSV(B) 215.56º 0.53% 0.6% -
XYZ 13.47 13.78 32.09 -
YUV 100.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 72 105 153 0.53 0.31 0 0.4 215.56 0.36 0.44
Hex 48 69 99 35 1F 0 28 D8 24 2C
Octal 110 151 231 65 37 0 50 330 44 54
Binary 1001000 1101001 10011001 110101 11111 0 101000 11011000 100100 101100

Color Harmonies of #486999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486999

Black with #486999

Text Example


Text Example

White with #486999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486999; }

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

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

background-color css

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

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

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

border-color css

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

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

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