#497398

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

Shades of San Marino #497398

Tints of San Marino #497398

Color information

#497398 (or 0x497398) is unknown color: approx San Marino. HEX triplet: 49, 73 and 98. RGB value is (73,115,152). Sum of RGB (Red+Green+Blue) = 73+115+152=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #497398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497398 is #B68C67. Grayscale: #6A6A6A. Windows color (decimal): -11963496 or 9990985. OLE color: 9990985.

HSL color Cylindrical-coordinate representation of color #497398: hue angle of 208.1º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #497398 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73115152-
CMYK0.520.2400.40
HSL208.1º35.11%44.12%-
HSV(B)208.1º51.97%59.61%-
XYZ14.5515.9432.02-
YUV106.66153.59103.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=21.47%
G=33.82%
B=44.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731151520.520.2400.40208.135.1144.12
Hex4973983418028d0232c
Octal11116323064300503204354
Binary100100111100111001100011010011000010100011010000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497398; }

 p { color: rgb(73,115,152); }

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

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

 a { background-color: rgb(73,115,152); }

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

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

 span { border-color: rgb(73,115,152); }

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