Html Css Color HEX #496F9E San Marino

📋 copy color: '#496F9E'

red 73 ◦ green 111 ◦ blue 158

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

Shades of San Marino #496F9E

Tints of San Marino #496F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 21.35%
G = 32.46%
B = 46.2%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#496F9E (or 0x496F9E) is known color: San Marino. HEX triplet: 49, 6F and 9E. RGB value is (73,111,158). Sum of RGB (Red+Green+Blue) = 73+111+158=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #496F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496F9E is #B69061. Grayscale: #686868. Windows color (decimal): -11964514 or 10383177. OLE color: 10383177.

HSL color Cylindrical-coordinate representation of color #496F9E: hue angle of 213.18º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496F9E is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 111 158 -
CMYK 0.54 0.30 0 0.38
HSL 213.18º 0.37% 0.45% -
HSV(B) 213.18º 0.54% 0.62% -
XYZ 14.6 15.25 34.52 -
YUV 105 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 73 111 158 0.54 0.30 0 0.38 213.18 0.37 0.45
Hex 49 6F 9E 36 1E 0 26 D5 25 2D
Octal 111 157 236 66 36 0 46 325 45 55
Binary 1001001 1101111 10011110 110110 11110 0 100110 11010101 100101 101101

Color Harmonies of #496F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F9E

Black with #496F9E

Text Example


Text Example

White with #496F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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