#486FB2

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

Shades of San Marino #486FB2

Tints of San Marino #486FB2

Color information

#486FB2 (or 0x486FB2) is unknown color: approx San Marino. HEX triplet: 48, 6F and B2. RGB value is (72,111,178). Sum of RGB (Red+Green+Blue) = 72+111+178=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #486FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FB2 is #B7904D. Grayscale: #6A6A6A. Windows color (decimal): -12030030 or 11693896. OLE color: 11693896.

HSL color Cylindrical-coordinate representation of color #486FB2: hue angle of 217.92º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486FB2 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB72111178-
CMYK0.600.3800.30
HSL217.92º42.4%49.02%-
HSV(B)217.92º59.55%69.8%-
XYZ16.3915.9644.34-
YUV106.98168.08103.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.94%
GREEN value IS 111 (43.75% from 255) = 30.75%
BLUE value IS 178 (69.92% from 255) = 49.31%
R=19.94%
G=30.75%
B=49.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721111780.600.3800.30217.9242.449.02
Hex486FB23C2601Eda2a31
Octal11015726274460363325261
Binary100100011011111011001011110010011001111011011010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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