Html Css Color HEX #486593 San Marino

📋 copy color: '#486593'

red 72 ◦ green 101 ◦ blue 147

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

Shades of San Marino #486593

Tints of San Marino #486593

RGB

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

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

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

R = 22.5%
G = 31.56%
B = 45.94%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#486593 (or 0x486593) is known color: San Marino. HEX triplet: 48, 65 and 93. RGB value is (72,101,147). Sum of RGB (Red+Green+Blue) = 72+101+147=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #486593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486593 is #B79A6C. Grayscale: #616161. Windows color (decimal): -12032621 or 9659720. OLE color: 9659720.

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

Color convert

RGB 72 101 147 -
CMYK 0.51 0.31 0 0.42
HSL 216.8º 0.34% 0.43% -
HSV(B) 216.8º 0.51% 0.58% -
XYZ 12.59 12.79 29.41 -
YUV 97.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 72 101 147 0.51 0.31 0 0.42 216.8 0.34 0.43
Hex 48 65 93 33 1F 0 2A D9 22 2B
Octal 110 145 223 63 37 0 52 331 42 53
Binary 1001000 1100101 10010011 110011 11111 0 101010 11011001 100010 101011

Color Harmonies of #486593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486593

Black with #486593

Text Example


Text Example

White with #486593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486593; }

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

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

background-color css

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

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

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

border-color css

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

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

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