#486898

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

Shades of San Marino #486898

Tints of San Marino #486898

Color information

#486898 (or 0x486898) is unknown color: approx San Marino. HEX triplet: 48, 68 and 98. RGB value is (72,104,152). Sum of RGB (Red+Green+Blue) = 72+104+152=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #486898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486898 is #B79767. Grayscale: #636363. Windows color (decimal): -12031848 or 9988168. OLE color: 9988168.

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

Color convert

RGB72104152-
CMYK0.530.3200.40
HSL216º35.71%43.92%-
HSV(B)216º52.63%59.61%-
XYZ13.2913.5531.62-
YUV99.9157.4108.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=21.95%
G=31.71%
B=46.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721041520.530.3200.4021635.7143.92
Hex4868983520028d8242c
Octal11015023065400503304454
Binary1001000110100010011000110101100000010100011011000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486898; }

 p { color: rgb(72,104,152); }

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

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

 a { background-color: rgb(72,104,152); }

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

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

 span { border-color: rgb(72,104,152); }

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