Html Css Color HEX #496DA8 San Marino

📋 copy color: '#496DA8'

red 73 ◦ green 109 ◦ blue 168

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

Shades of San Marino #496DA8

Tints of San Marino #496DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 48%

R = 20.86%
G = 31.14%
B = 48%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#496DA8 (or 0x496DA8) is known color: San Marino. HEX triplet: 49, 6D and A8. RGB value is (73,109,168). Sum of RGB (Red+Green+Blue) = 73+109+168=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #496DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496DA8 is #B69257. Grayscale: #686868. Windows color (decimal): -11965016 or 11038025. OLE color: 11038025.

HSL color Cylindrical-coordinate representation of color #496DA8: hue angle of 217.26º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496DA8 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 109 168 -
CMYK 0.57 0.35 0 0.34
HSL 217.26º 0.39% 0.47% -
HSV(B) 217.26º 0.57% 0.66% -
XYZ 15.28 15.18 39.17 -
YUV 104.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 73 109 168 0.57 0.35 0 0.34 217.26 0.39 0.47
Hex 49 6D A8 39 23 0 22 D9 27 2F
Octal 111 155 250 71 43 0 42 331 47 57
Binary 1001001 1101101 10101000 111001 100011 0 100010 11011001 100111 101111

Color Harmonies of #496DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DA8

Black with #496DA8

Text Example


Text Example

White with #496DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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