Html Css Color HEX #496FB0 San Marino

📋 copy color: '#496FB0'

red 73 ◦ green 111 ◦ blue 176

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

Shades of San Marino #496FB0

Tints of San Marino #496FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.89%

R = 20.28%
G = 30.83%
B = 48.89%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#496FB0 (or 0x496FB0) is known color: San Marino. HEX triplet: 49, 6F and B0. RGB value is (73,111,176). Sum of RGB (Red+Green+Blue) = 73+111+176=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 176 (69.14% from 255 or 48.89% from 360); Max value from RGB is 176 - color contains mainly: blue. Hex color #496FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496FB0 is #B6904F. Grayscale: #6A6A6A. Windows color (decimal): -11964496 or 11562825. OLE color: 11562825.

HSL color Cylindrical-coordinate representation of color #496FB0: hue angle of 217.86º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #496FB0 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 111 176 -
CMYK 0.59 0.37 0 0.31
HSL 217.86º 0.41% 0.49% -
HSV(B) 217.86º 0.59% 0.69% -
XYZ 16.27 15.92 43.29 -
YUV 107.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 73 111 176 0.59 0.37 0 0.31 217.86 0.41 0.49
Hex 49 6F B0 3B 25 0 1F DA 29 31
Octal 111 157 260 73 45 0 37 332 51 61
Binary 1001001 1101111 10110000 111011 100101 0 11111 11011010 101001 110001

Color Harmonies of #496FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FB0

Black with #496FB0

Text Example


Text Example

White with #496FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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