Html Css Color HEX #49769C San Marino

📋 copy color: '#49769C'

red 73 ◦ green 118 ◦ blue 156

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

Shades of San Marino #49769C

Tints of San Marino #49769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

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

R = 21.04%
G = 34.01%
B = 44.96%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49769C (or 0x49769C) is known color: San Marino. HEX triplet: 49, 76 and 9C. RGB value is (73,118,156). Sum of RGB (Red+Green+Blue) = 73+118+156=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #49769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49769C is #B68963. Grayscale: #6C6C6C. Windows color (decimal): -11962724 or 10253897. OLE color: 10253897.

HSL color Cylindrical-coordinate representation of color #49769C: hue angle of 207.47º 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 #49769C is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 118 156 -
CMYK 0.53 0.24 0 0.39
HSL 207.47º 0.36% 0.45% -
HSV(B) 207.47º 0.53% 0.61% -
XYZ 15.23 16.77 33.89 -
YUV 108.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 73 118 156 0.53 0.24 0 0.39 207.47 0.36 0.45
Hex 49 76 9C 35 18 0 27 CF 24 2D
Octal 111 166 234 65 30 0 47 317 44 55
Binary 1001001 1110110 10011100 110101 11000 0 100111 11001111 100100 101101

Color Harmonies of #49769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49769C

Black with #49769C

Text Example


Text Example

White with #49769C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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