Html Css Color HEX #486CAD San Marino

📋 copy color: '#486CAD'

red 72 ◦ green 108 ◦ blue 173

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

Shades of San Marino #486CAD

Tints of San Marino #486CAD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.59%

 BLUE value IS 173 (67.97% from 255) = 49.01%

R = 20.4%
G = 30.59%
B = 49.01%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#486CAD (or 0x486CAD) is known color: San Marino. HEX triplet: 48, 6C and AD. RGB value is (72,108,173). Sum of RGB (Red+Green+Blue) = 72+108+173=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #486CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486CAD is #B79352. Grayscale: #686868. Windows color (decimal): -12030803 or 11365448. OLE color: 11365448.

HSL color Cylindrical-coordinate representation of color #486CAD: hue angle of 218.61º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #486CAD is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 108 173 -
CMYK 0.58 0.38 0 0.32
HSL 218.61º 0.41% 0.48% -
HSV(B) 218.61º 0.58% 0.68% -
XYZ 15.58 15.12 41.63 -
YUV 104.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 72 108 173 0.58 0.38 0 0.32 218.61 0.41 0.48
Hex 48 6C AD 3A 26 0 20 DB 29 30
Octal 110 154 255 72 46 0 40 333 51 60
Binary 1001000 1101100 10101101 111010 100110 0 100000 11011011 101001 110000

Color Harmonies of #486CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486CAD

Black with #486CAD

Text Example


Text Example

White with #486CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486CAD; }

 p { color: rgb(72,108,173); }

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

background-color css

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

 a { background-color: rgb(72,108,173); }

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

border-color css

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

 span { border-color: rgb(72,108,173); }

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