Html Css Color HEX #496792 San Marino

📋 copy color: '#496792'

red 73 ◦ green 103 ◦ blue 146

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

Shades of San Marino #496792

Tints of San Marino #496792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.99%

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

R = 22.67%
G = 31.99%
B = 45.34%

CMYK

 C value IS 0.5

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#496792 (or 0x496792) is known color: San Marino. HEX triplet: 49, 67 and 92. RGB value is (73,103,146). Sum of RGB (Red+Green+Blue) = 73+103+146=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #496792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496792 is #B6986D. Grayscale: #626262. Windows color (decimal): -11966574 or 9594697. OLE color: 9594697.

HSL color Cylindrical-coordinate representation of color #496792: hue angle of 215.34º 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 #496792 is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 103 146 -
CMYK 0.5 0.29 0 0.43
HSL 215.34º 0.33% 0.43% -
HSV(B) 215.34º 0.5% 0.57% -
XYZ 12.79 13.19 29.07 -
YUV 98.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 73 103 146 0.5 0.29 0 0.43 215.34 0.33 0.43
Hex 49 67 92 32 1D 0 2B D7 21 2B
Octal 111 147 222 62 35 0 53 327 41 53
Binary 1001001 1100111 10010010 110010 11101 0 101011 11010111 100001 101011

Color Harmonies of #496792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496792

Black with #496792

Text Example


Text Example

White with #496792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496792; }

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

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

background-color css

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

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

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

border-color css

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

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

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