#486E9C

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

Shades of San Marino #486E9C

Tints of San Marino #486E9C

Color information

#486E9C (or 0x486E9C) is unknown color: approx San Marino. HEX triplet: 48, 6E and 9C. RGB value is (72,110,156). Sum of RGB (Red+Green+Blue) = 72+110+156=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #486E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486E9C is #B79163. Grayscale: #676767. Windows color (decimal): -12030308 or 10251848. OLE color: 10251848.

HSL color Cylindrical-coordinate representation of color #486E9C: hue angle of 212.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #486E9C is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72110156-
CMYK0.540.2900.39
HSL212.86º36.84%44.71%-
HSV(B)212.86º53.85%61.18%-
XYZ14.2514.9333.58-
YUV103.88157.41105.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.30%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 156 (61.33% from 255) = 46.15%
R=21.30%
G=32.54%
B=46.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721101560.540.2900.39212.8636.8444.71
Hex486E9C361D027d5252d
Octal11015623466350473254555
Binary100100011011101001110011011011101010011111010101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,156); }

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

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

 a { background-color: rgb(72,110,156); }

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

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

 span { border-color: rgb(72,110,156); }

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