Html Css Color HEX #49699C San Marino

📋 copy color: '#49699C'

red 73 ◦ green 105 ◦ blue 156

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

Shades of San Marino #49699C

Tints of San Marino #49699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 21.86%
G = 31.44%
B = 46.71%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49699C (or 0x49699C) is known color: San Marino. HEX triplet: 49, 69 and 9C. RGB value is (73,105,156). Sum of RGB (Red+Green+Blue) = 73+105+156=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #49699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49699C is #B69663. Grayscale: #656565. Windows color (decimal): -11966052 or 10250569. OLE color: 10250569.

HSL color Cylindrical-coordinate representation of color #49699C: hue angle of 216.87º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49699C is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 105 156 -
CMYK 0.53 0.33 0 0.39
HSL 216.87º 0.36% 0.45% -
HSV(B) 216.87º 0.53% 0.61% -
XYZ 13.8 13.92 33.41 -
YUV 101.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 73 105 156 0.53 0.33 0 0.39 216.87 0.36 0.45
Hex 49 69 9C 35 21 0 27 D9 24 2D
Octal 111 151 234 65 41 0 47 331 44 55
Binary 1001001 1101001 10011100 110101 100001 0 100111 11011001 100100 101101

Color Harmonies of #49699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49699C

Black with #49699C

Text Example


Text Example

White with #49699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49699C; }

 p { color: rgb(73,105,156); }

 H1.HeaderClassName
 {
   color: #49699C;
 }
 .AnyTagClassName
 {
   color: #49699C;
 }
</style>

background-color css

<style>
 a { background-color: #49699C; }

 a { background-color: rgb(73,105,156); }

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

border-color css

<style>
 span { border-color: #49699C; }

 span { border-color: rgb(73,105,156); }

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