#486B95

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

Shades of San Marino #486B95

Tints of San Marino #486B95

Color information

#486B95 (or 0x486B95) is unknown color: approx San Marino. HEX triplet: 48, 6B and 95. RGB value is (72,107,149). Sum of RGB (Red+Green+Blue) = 72+107+149=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #486B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486B95 is #B7946A. Grayscale: #656565. Windows color (decimal): -12031083 or 9792328. OLE color: 9792328.

HSL color Cylindrical-coordinate representation of color #486B95: hue angle of 212.73º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486B95 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB72107149-
CMYK0.520.2800.42
HSL212.73º34.84%43.33%-
HSV(B)212.73º51.68%58.43%-
XYZ13.3514.0630.44-
YUV101.32154.9107.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 107 (42.19% from 255) = 32.62%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=21.95%
G=32.62%
B=45.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721071490.520.2800.42212.7334.8443.33
Hex486B95341C02Ad5232b
Octal11015322564340523254353
Binary100100011010111001010111010011100010101011010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,107,149); }

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

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

 a { background-color: rgb(72,107,149); }

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

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

 span { border-color: rgb(72,107,149); }

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