#497298

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

Shades of San Marino #497298

Tints of San Marino #497298

Color information

#497298 (or 0x497298) is unknown color: approx San Marino. HEX triplet: 49, 72 and 98. RGB value is (73,114,152). Sum of RGB (Red+Green+Blue) = 73+114+152=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #497298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497298 is #B68D67. Grayscale: #696969. Windows color (decimal): -11963752 or 9990729. OLE color: 9990729.

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

Color convert

RGB73114152-
CMYK0.520.2500.40
HSL208.86º35.11%44.12%-
HSV(B)208.86º51.97%59.61%-
XYZ14.4315.7231.98-
YUV106.07153.92104.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=21.53%
G=33.63%
B=44.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731141520.520.2500.40208.8635.1144.12
Hex4972983419028d1232c
Octal11116223064310503214354
Binary100100111100101001100011010011001010100011010001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497298; }

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

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

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

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

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

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

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

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