#486F96

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

Shades of San Marino #486F96

Tints of San Marino #486F96

Color information

#486F96 (or 0x486F96) is unknown color: approx San Marino. HEX triplet: 48, 6F and 96. RGB value is (72,111,150). Sum of RGB (Red+Green+Blue) = 72+111+150=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #486F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F96 is #B79069. Grayscale: #676767. Windows color (decimal): -12030058 or 9858888. OLE color: 9858888.

HSL color Cylindrical-coordinate representation of color #486F96: hue angle of 210º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #486F96 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB72111150-
CMYK0.520.2600.41
HSL210º35.14%43.53%-
HSV(B)210º52%58.82%-
XYZ13.8614.9531.01-
YUV103.78154.08105.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=21.62%
G=33.33%
B=45.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal721111500.520.2600.4121035.1443.53
Hex486F96341A029d2232c
Octal11015722664320513224354
Binary100100011011111001011011010011010010100111010010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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