#486F9A

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

Shades of San Marino #486F9A

Tints of San Marino #486F9A

Color information

#486F9A (or 0x486F9A) is unknown color: approx San Marino. HEX triplet: 48, 6F and 9A. RGB value is (72,111,154). Sum of RGB (Red+Green+Blue) = 72+111+154=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #486F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F9A is #B79065. Grayscale: #686868. Windows color (decimal): -12030054 or 10121032. OLE color: 10121032.

HSL color Cylindrical-coordinate representation of color #486F9A: hue angle of 211.46º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #486F9A is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB72111154-
CMYK0.530.2800.40
HSL211.46º36.28%44.31%-
HSV(B)211.46º53.25%60.39%-
XYZ14.1915.0832.73-
YUV104.24156.08105-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=21.36%
G=32.94%
B=45.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721111540.530.2800.40211.4636.2844.31
Hex486F9A351C028d3242c
Octal11015723265340503234454
Binary100100011011111001101011010111100010100011010011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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