#486F9F

Color #486F9F San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #486F9F

Tints of San Marino #486F9F

Color information

#486F9F (or 0x486F9F) is unknown color: approx San Marino. HEX triplet: 48, 6F and 9F. RGB value is (72,111,159). Sum of RGB (Red+Green+Blue) = 72+111+159=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #486F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F9F is #B79060. Grayscale: #686868. Windows color (decimal): -12030049 or 10448712. OLE color: 10448712.

HSL color Cylindrical-coordinate representation of color #486F9F: hue angle of 213.1º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #486F9F is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB72111159-
CMYK0.550.3000.38
HSL213.1º37.66%45.29%-
HSV(B)213.1º54.72%62.35%-
XYZ14.6115.2534.97-
YUV104.81158.58104.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=21.05%
G=32.46%
B=46.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721111590.550.3000.38213.137.6645.29
Hex486F9F371E026d5262d
Octal11015723767360463254655
Binary100100011011111001111111011111110010011011010101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #486F9F;
 }
 .AnyTagClassName
 {
   color: #486F9F;
 }
</style>
background-color css

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

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

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

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

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

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