Html Css Color HEX #496BAB San Marino

📋 copy color: '#496BAB'

red 73 ◦ green 107 ◦ blue 171

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

Shades of San Marino #496BAB

Tints of San Marino #496BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

 BLUE value IS 171 (67.19% from 255) = 48.72%

R = 20.8%
G = 30.48%
B = 48.72%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#496BAB (or 0x496BAB) is known color: San Marino. HEX triplet: 49, 6B and AB. RGB value is (73,107,171). Sum of RGB (Red+Green+Blue) = 73+107+171=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #496BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496BAB is #B69454. Grayscale: #676767. Windows color (decimal): -11965525 or 11234121. OLE color: 11234121.

HSL color Cylindrical-coordinate representation of color #496BAB: hue angle of 219.18º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496BAB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 107 171 -
CMYK 0.57 0.37 0 0.33
HSL 219.18º 0.4% 0.48% -
HSV(B) 219.18º 0.57% 0.67% -
XYZ 15.36 14.87 40.59 -
YUV 104.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 73 107 171 0.57 0.37 0 0.33 219.18 0.4 0.48
Hex 49 6B AB 39 25 0 21 DB 28 30
Octal 111 153 253 71 45 0 41 333 50 60
Binary 1001001 1101011 10101011 111001 100101 0 100001 11011011 101000 110000

Color Harmonies of #496BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BAB

Black with #496BAB

Text Example


Text Example

White with #496BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,107,171); }

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

background-color css

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

 a { background-color: rgb(73,107,171); }

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

border-color css

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

 span { border-color: rgb(73,107,171); }

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