Html Css Color HEX #496692 San Marino

📋 copy color: '#496692'

red 73 ◦ green 102 ◦ blue 146

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

Shades of San Marino #496692

Tints of San Marino #496692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.78%

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 22.74%
G = 31.78%
B = 45.48%

CMYK

 C value IS 0.5

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496692 (or 0x496692) is known color: San Marino. HEX triplet: 49, 66 and 92. RGB value is (73,102,146). Sum of RGB (Red+Green+Blue) = 73+102+146=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #496692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496692 is #B6996D. Grayscale: #626262. Windows color (decimal): -11966830 or 9594441. OLE color: 9594441.

HSL color Cylindrical-coordinate representation of color #496692: hue angle of 216.16º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496692 is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 102 146 -
CMYK 0.5 0.30 0 0.43
HSL 216.16º 0.33% 0.43% -
HSV(B) 216.16º 0.5% 0.57% -
XYZ 12.69 12.99 29.03 -
YUV 98.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 73 102 146 0.5 0.30 0 0.43 216.16 0.33 0.43
Hex 49 66 92 32 1E 0 2B D8 21 2B
Octal 111 146 222 62 36 0 53 330 41 53
Binary 1001001 1100110 10010010 110010 11110 0 101011 11011000 100001 101011

Color Harmonies of #496692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496692

Black with #496692

Text Example


Text Example

White with #496692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496692; }

 p { color: rgb(73,102,146); }

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

background-color css

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

 a { background-color: rgb(73,102,146); }

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

border-color css

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

 span { border-color: rgb(73,102,146); }

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