Html Css Color HEX #486993 San Marino

📋 copy color: '#486993'

red 72 ◦ green 105 ◦ blue 147

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

Shades of San Marino #486993

Tints of San Marino #486993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.37%

R = 22.22%
G = 32.41%
B = 45.37%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486993 (or 0x486993) is known color: San Marino. HEX triplet: 48, 69 and 93. RGB value is (72,105,147). Sum of RGB (Red+Green+Blue) = 72+105+147=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #486993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486993 is #B7966C. Grayscale: #636363. Windows color (decimal): -12031597 or 9660744. OLE color: 9660744.

HSL color Cylindrical-coordinate representation of color #486993: hue angle of 213.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #486993 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 105 147 -
CMYK 0.51 0.29 0 0.42
HSL 213.6º 0.34% 0.43% -
HSV(B) 213.6º 0.51% 0.58% -
XYZ 12.99 13.59 29.54 -
YUV 99.92 154.57 108.08 -
System Red Green Blue C M Y K H S L
Decimal 72 105 147 0.51 0.29 0 0.42 213.6 0.34 0.43
Hex 48 69 93 33 1D 0 2A D6 22 2B
Octal 110 151 223 63 35 0 52 326 42 53
Binary 1001000 1101001 10010011 110011 11101 0 101010 11010110 100010 101011

Color Harmonies of #486993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486993

Black with #486993

Text Example


Text Example

White with #486993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486993; }

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

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

background-color css

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

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

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

border-color css

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

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

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