Html Css Color HEX #496FAA San Marino

📋 copy color: '#496FAA'

red 73 ◦ green 111 ◦ blue 170

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

Shades of San Marino #496FAA

Tints of San Marino #496FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.36%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 20.62%
G = 31.36%
B = 48.02%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#496FAA (or 0x496FAA) is known color: San Marino. HEX triplet: 49, 6F and AA. RGB value is (73,111,170). Sum of RGB (Red+Green+Blue) = 73+111+170=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #496FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496FAA is #B69055. Grayscale: #6A6A6A. Windows color (decimal): -11964502 or 11169609. OLE color: 11169609.

HSL color Cylindrical-coordinate representation of color #496FAA: hue angle of 216.49º 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 #496FAA is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 111 170 -
CMYK 0.57 0.35 0 0.33
HSL 216.49º 0.4% 0.48% -
HSV(B) 216.49º 0.57% 0.67% -
XYZ 15.69 15.69 40.23 -
YUV 106.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 73 111 170 0.57 0.35 0 0.33 216.49 0.4 0.48
Hex 49 6F AA 39 23 0 21 D8 28 30
Octal 111 157 252 71 43 0 41 330 50 60
Binary 1001001 1101111 10101010 111001 100011 0 100001 11011000 101000 110000

Color Harmonies of #496FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FAA

Black with #496FAA

Text Example


Text Example

White with #496FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,111,170); }

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

background-color css

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

 a { background-color: rgb(73,111,170); }

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

border-color css

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

 span { border-color: rgb(73,111,170); }

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