Html Css Color HEX #496DB5 San Marino

📋 copy color: '#496DB5'

red 73 ◦ green 109 ◦ blue 181

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

Shades of San Marino #496DB5

Tints of San Marino #496DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 49.86%

R = 20.11%
G = 30.03%
B = 49.86%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#496DB5 (or 0x496DB5) is known color: San Marino. HEX triplet: 49, 6D and B5. RGB value is (73,109,181). Sum of RGB (Red+Green+Blue) = 73+109+181=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #496DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DB5 is #B6924A. Grayscale: #6A6A6A. Windows color (decimal): -11965003 or 11889993. OLE color: 11889993.

HSL color Cylindrical-coordinate representation of color #496DB5: hue angle of 220º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #496DB5 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 109 181 -
CMYK 0.60 0.40 0 0.29
HSL 220º 0.43% 0.5% -
HSV(B) 220º 0.6% 0.71% -
XYZ 16.56 15.69 45.87 -
YUV 106.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 73 109 181 0.60 0.40 0 0.29 220 0.43 0.5
Hex 49 6D B5 3C 28 0 1D DC 2B 32
Octal 111 155 265 74 50 0 35 334 53 62
Binary 1001001 1101101 10110101 111100 101000 0 11101 11011100 101011 110010

Color Harmonies of #496DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DB5

Black with #496DB5

Text Example


Text Example

White with #496DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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