Html Css Color HEX #496BAE San Marino

📋 copy color: '#496BAE'

red 73 ◦ green 107 ◦ blue 174

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

Shades of San Marino #496BAE

Tints of San Marino #496BAE

RGB

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

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

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

R = 20.62%
G = 30.23%
B = 49.15%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#496BAE (or 0x496BAE) is known color: San Marino. HEX triplet: 49, 6B and AE. RGB value is (73,107,174). Sum of RGB (Red+Green+Blue) = 73+107+174=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #496BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496BAE is #B69451. Grayscale: #686868. Windows color (decimal): -11965522 or 11430729. OLE color: 11430729.

HSL color Cylindrical-coordinate representation of color #496BAE: hue angle of 219.8º 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 #496BAE is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 107 174 -
CMYK 0.58 0.39 0 0.32
HSL 219.8º 0.41% 0.48% -
HSV(B) 219.8º 0.58% 0.68% -
XYZ 15.65 14.99 42.11 -
YUV 104.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 73 107 174 0.58 0.39 0 0.32 219.8 0.41 0.48
Hex 49 6B AE 3A 27 0 20 DC 29 30
Octal 111 153 256 72 47 0 40 334 51 60
Binary 1001001 1101011 10101110 111010 100111 0 100000 11011100 101001 110000

Color Harmonies of #496BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496BAE

Black with #496BAE

Text Example


Text Example

White with #496BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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