#486FA8

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

Shades of San Marino #486FA8

Tints of San Marino #486FA8

Color information

#486FA8 (or 0x486FA8) is unknown color: approx San Marino. HEX triplet: 48, 6F and A8. RGB value is (72,111,168). Sum of RGB (Red+Green+Blue) = 72+111+168=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 168 - color contains mainly: blue. Hex color #486FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486FA8 is #B79057. Grayscale: #696969. Windows color (decimal): -12030040 or 11038536. OLE color: 11038536.

HSL color Cylindrical-coordinate representation of color #486FA8: hue angle of 215.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #486FA8 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB72111168-
CMYK0.570.3400.34
HSL215.62º40%47.06%-
HSV(B)215.62º57.14%65.88%-
XYZ15.4215.5739.24-
YUV105.84163.08103.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.51%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 168 (66.02% from 255) = 47.86%
R=20.51%
G=31.62%
B=47.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal721111680.570.3400.34215.624047.06
Hex486FA83922022d8282f
Octal11015725071420423305057
Binary1001000110111110101000111001100010010001011011000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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