Html Css Color HEX #496B9E San Marino

📋 copy color: '#496B9E'

red 73 ◦ green 107 ◦ blue 158

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

Shades of San Marino #496B9E

Tints of San Marino #496B9E

RGB

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

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

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

R = 21.6%
G = 31.66%
B = 46.75%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#496B9E (or 0x496B9E) is known color: San Marino. HEX triplet: 49, 6B and 9E. RGB value is (73,107,158). Sum of RGB (Red+Green+Blue) = 73+107+158=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #496B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B9E is #B69461. Grayscale: #666666. Windows color (decimal): -11965538 or 10382153. OLE color: 10382153.

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

Color convert

RGB 73 107 158 -
CMYK 0.54 0.32 0 0.38
HSL 216º 0.37% 0.45% -
HSV(B) 216º 0.54% 0.62% -
XYZ 14.18 14.4 34.38 -
YUV 102.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 73 107 158 0.54 0.32 0 0.38 216 0.37 0.45
Hex 49 6B 9E 36 20 0 26 D8 25 2D
Octal 111 153 236 66 40 0 46 330 45 55
Binary 1001001 1101011 10011110 110110 100000 0 100110 11011000 100101 101101

Color Harmonies of #496B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B9E

Black with #496B9E

Text Example


Text Example

White with #496B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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