Html Css Color HEX #497098 San Marino

📋 copy color: '#497098'

red 73 ◦ green 112 ◦ blue 152

#497098
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #497098

Tints of San Marino #497098

RGB

 RED value IS 73 (28.91% from 255) = 21.66%

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 152 (59.77% from 255) = 45.1%

R = 21.66%
G = 33.23%
B = 45.1%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#497098 (or 0x497098) is known color: San Marino. HEX triplet: 49, 70 and 98. RGB value is (73,112,152). Sum of RGB (Red+Green+Blue) = 73+112+152=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #497098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #497098 is #B68F67. Grayscale: #686868. Windows color (decimal): -11964264 or 9990217. OLE color: 9990217.

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

Color convert

RGB 73 112 152 -
CMYK 0.52 0.26 0 0.40
HSL 210.38º 0.35% 0.44% -
HSV(B) 210.38º 0.52% 0.6% -
XYZ 14.21 15.27 31.9 -
YUV 104.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 73 112 152 0.52 0.26 0 0.40 210.38 0.35 0.44
Hex 49 70 98 34 1A 0 28 D2 23 2C
Octal 111 160 230 64 32 0 50 322 43 54
Binary 1001001 1110000 10011000 110100 11010 0 101000 11010010 100011 101100

Color Harmonies of #497098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497098

Black with #497098

Text Example


Text Example

White with #497098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497098; }

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

 H1.HeaderClassName
 {
   color: #497098;
 }
 .AnyTagClassName
 {
   color: #497098;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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