#486999

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

Shades of San Marino #486999

Tints of San Marino #486999

Color information

#486999 (or 0x486999) is unknown color: approx San Marino. HEX triplet: 48, 69 and 99. RGB value is (72,105,153). Sum of RGB (Red+Green+Blue) = 72+105+153=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #486999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486999 is #B79666. Grayscale: #646464. Windows color (decimal): -12031591 or 10053960. OLE color: 10053960.

HSL color Cylindrical-coordinate representation of color #486999: hue angle of 215.56º 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 #486999 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB72105153-
CMYK0.530.3100.4
HSL215.56º36%44.12%-
HSV(B)215.56º52.94%60%-
XYZ13.4713.7832.09-
YUV100.6157.57107.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.82%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=21.82%
G=31.82%
B=46.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721051530.530.3100.4215.563644.12
Hex486999351F028d8242c
Octal11015123165370503304454
Binary100100011010011001100111010111111010100011011000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486999; }

 p { color: rgb(72,105,153); }

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

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

 a { background-color: rgb(72,105,153); }

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

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

 span { border-color: rgb(72,105,153); }

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