#486994

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

Shades of San Marino #486994

Tints of San Marino #486994

Color information

#486994 (or 0x486994) is unknown color: approx San Marino. HEX triplet: 48, 69 and 94. RGB value is (72,105,148). Sum of RGB (Red+Green+Blue) = 72+105+148=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #486994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486994 is #B7966B. Grayscale: #636363. Windows color (decimal): -12031596 or 9726280. OLE color: 9726280.

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

Color convert

RGB72105148-
CMYK0.510.2900.42
HSL213.95º34.55%43.14%-
HSV(B)213.95º51.35%58.04%-
XYZ13.0713.6229.96-
YUV100.04155.07108-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.15%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=22.15%
G=32.31%
B=45.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal721051480.510.2900.42213.9534.5543.14
Hex486994331D02Ad6232b
Octal11015122463350523264353
Binary100100011010011001010011001111101010101011010110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486994; }

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

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

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

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

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

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

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

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