#496894

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

Shades of San Marino #496894

Tints of San Marino #496894

Color information

#496894 (or 0x496894) is unknown color: approx San Marino. HEX triplet: 49, 68 and 94. RGB value is (73,104,148). Sum of RGB (Red+Green+Blue) = 73+104+148=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 104 (41.02% from 255 or 32% 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 #496894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496894 is #B6976B. Grayscale: #636363. Windows color (decimal): -11966316 or 9726025. OLE color: 9726025.

HSL color Cylindrical-coordinate representation of color #496894: hue angle of 215.2º degrees, saturation: 0.34, 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 #496894 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73104148-
CMYK0.510.3000.42
HSL215.2º33.94%43.33%-
HSV(B)215.2º50.68%58.04%-
XYZ13.0413.4629.93-
YUV99.75155.23108.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=22.46%
G=32%
B=45.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731041480.510.3000.42215.233.9443.33
Hex496894331E02Ad7222b
Octal11115022463360523274253
Binary100100111010001001010011001111110010101011010111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496894; }

 p { color: rgb(73,104,148); }

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

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

 a { background-color: rgb(73,104,148); }

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

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

 span { border-color: rgb(73,104,148); }

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