#486C9B

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

Shades of San Marino #486C9B

Tints of San Marino #486C9B

Color information

#486C9B (or 0x486C9B) is unknown color: approx San Marino. HEX triplet: 48, 6C and 9B. RGB value is (72,108,155). Sum of RGB (Red+Green+Blue) = 72+108+155=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #486C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486C9B is #B79364. Grayscale: #666666. Windows color (decimal): -12030821 or 10185800. OLE color: 10185800.

HSL color Cylindrical-coordinate representation of color #486C9B: hue angle of 213.98º 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 #486C9B is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB72108155-
CMYK0.540.3000.39
HSL213.98º36.56%44.51%-
HSV(B)213.98º53.55%60.78%-
XYZ13.9514.4733.07-
YUV102.59157.57106.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=21.49%
G=32.24%
B=46.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721081550.540.3000.39213.9836.5644.51
Hex486C9B361E027d6252d
Octal11015423366360473264555
Binary100100011011001001101111011011110010011111010110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,155); }

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

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

 a { background-color: rgb(72,108,155); }

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

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

 span { border-color: rgb(72,108,155); }

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