Html Css Color HEX #496898 San Marino

📋 copy color: '#496898'

red 73 ◦ green 104 ◦ blue 152

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

Shades of San Marino #496898

Tints of San Marino #496898

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.61%

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

R = 22.19%
G = 31.61%
B = 46.2%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#496898 (or 0x496898) is known color: San Marino. HEX triplet: 49, 68 and 98. RGB value is (73,104,152). Sum of RGB (Red+Green+Blue) = 73+104+152=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 152 - color contains mainly: blue. Hex color #496898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496898 is #B69767. Grayscale: #636363. Windows color (decimal): -11966312 or 9988169. OLE color: 9988169.

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

Color convert

RGB 73 104 152 -
CMYK 0.52 0.32 0 0.40
HSL 216.46º 0.35% 0.44% -
HSV(B) 216.46º 0.52% 0.6% -
XYZ 13.37 13.58 31.62 -
YUV 100.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 73 104 152 0.52 0.32 0 0.40 216.46 0.35 0.44
Hex 49 68 98 34 20 0 28 D8 23 2C
Octal 111 150 230 64 40 0 50 330 43 54
Binary 1001001 1101000 10011000 110100 100000 0 101000 11011000 100011 101100

Color Harmonies of #496898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496898

Black with #496898

Text Example


Text Example

White with #496898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496898; }

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

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

background-color css

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

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

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

border-color css

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

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

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