Html Css Color HEX #486FAC San Marino

📋 copy color: '#486FAC'

red 72 ◦ green 111 ◦ blue 172

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

Shades of San Marino #486FAC

Tints of San Marino #486FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 20.28%
G = 31.27%
B = 48.45%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#486FAC (or 0x486FAC) is known color: San Marino. HEX triplet: 48, 6F and AC. RGB value is (72,111,172). Sum of RGB (Red+Green+Blue) = 72+111+172=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #486FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FAC is #B79053. Grayscale: #6A6A6A. Windows color (decimal): -12030036 or 11300680. OLE color: 11300680.

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

Color convert

RGB 72 111 172 -
CMYK 0.58 0.35 0 0.33
HSL 216.6º 0.41% 0.48% -
HSV(B) 216.6º 0.58% 0.67% -
XYZ 15.8 15.73 41.23 -
YUV 106.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 72 111 172 0.58 0.35 0 0.33 216.6 0.41 0.48
Hex 48 6F AC 3A 23 0 21 D9 29 30
Octal 110 157 254 72 43 0 41 331 51 60
Binary 1001000 1101111 10101100 111010 100011 0 100001 11011001 101001 110000

Color Harmonies of #486FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FAC

Black with #486FAC

Text Example


Text Example

White with #486FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,111,172); }

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

background-color css

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

 a { background-color: rgb(72,111,172); }

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

border-color css

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

 span { border-color: rgb(72,111,172); }

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