Html Css Color HEX #496C9D San Marino

📋 copy color: '#496C9D'

red 73 ◦ green 108 ◦ blue 157

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

Shades of San Marino #496C9D

Tints of San Marino #496C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 21.6%
G = 31.95%
B = 46.45%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#496C9D (or 0x496C9D) is known color: San Marino. HEX triplet: 49, 6C and 9D. RGB value is (73,108,157). Sum of RGB (Red+Green+Blue) = 73+108+157=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #496C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496C9D is #B69362. Grayscale: #666666. Windows color (decimal): -11965283 or 10316873. OLE color: 10316873.

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

Color convert

RGB 73 108 157 -
CMYK 0.54 0.31 0 0.38
HSL 215º 0.37% 0.45% -
HSV(B) 215º 0.54% 0.62% -
XYZ 14.2 14.58 33.96 -
YUV 103.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 73 108 157 0.54 0.31 0 0.38 215 0.37 0.45
Hex 49 6C 9D 36 1F 0 26 D7 25 2D
Octal 111 154 235 66 37 0 46 327 45 55
Binary 1001001 1101100 10011101 110110 11111 0 100110 11010111 100101 101101

Color Harmonies of #496C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C9D

Black with #496C9D

Text Example


Text Example

White with #496C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,157); }

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

background-color css

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

 a { background-color: rgb(73,108,157); }

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

border-color css

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

 span { border-color: rgb(73,108,157); }

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