Html Css Color HEX #496DAE San Marino

📋 copy color: '#496DAE'

red 73 ◦ green 109 ◦ blue 174

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

Shades of San Marino #496DAE

Tints of San Marino #496DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 20.51%
G = 30.62%
B = 48.88%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#496DAE (or 0x496DAE) is known color: San Marino. HEX triplet: 49, 6D and AE. RGB value is (73,109,174). Sum of RGB (Red+Green+Blue) = 73+109+174=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #496DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496DAE is #B69251. Grayscale: #696969. Windows color (decimal): -11965010 or 11431241. OLE color: 11431241.

HSL color Cylindrical-coordinate representation of color #496DAE: hue angle of 218.61º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #496DAE is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 109 174 -
CMYK 0.58 0.37 0 0.32
HSL 218.61º 0.41% 0.48% -
HSV(B) 218.61º 0.58% 0.68% -
XYZ 15.86 15.41 42.18 -
YUV 105.65 166.57 104.71 -
System Red Green Blue C M Y K H S L
Decimal 73 109 174 0.58 0.37 0 0.32 218.61 0.41 0.48
Hex 49 6D AE 3A 25 0 20 DB 29 30
Octal 111 155 256 72 45 0 40 333 51 60
Binary 1001001 1101101 10101110 111010 100101 0 100000 11011011 101001 110000

Color Harmonies of #496DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DAE

Black with #496DAE

Text Example


Text Example

White with #496DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496DAE; }

 p { color: rgb(73,109,174); }

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

background-color css

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

 a { background-color: rgb(73,109,174); }

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

border-color css

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

 span { border-color: rgb(73,109,174); }

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