Html Css Color HEX #49739C San Marino

📋 copy color: '#49739C'

red 73 ◦ green 115 ◦ blue 156

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

Shades of San Marino #49739C

Tints of San Marino #49739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

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

R = 21.22%
G = 33.43%
B = 45.35%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49739C (or 0x49739C) is known color: San Marino. HEX triplet: 49, 73 and 9C. RGB value is (73,115,156). Sum of RGB (Red+Green+Blue) = 73+115+156=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #49739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49739C is #B68C63. Grayscale: #6A6A6A. Windows color (decimal): -11963492 or 10253129. OLE color: 10253129.

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

Color convert

RGB 73 115 156 -
CMYK 0.53 0.26 0 0.39
HSL 209.64º 0.36% 0.45% -
HSV(B) 209.64º 0.53% 0.61% -
XYZ 14.88 16.08 33.77 -
YUV 107.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 73 115 156 0.53 0.26 0 0.39 209.64 0.36 0.45
Hex 49 73 9C 35 1A 0 27 D2 24 2D
Octal 111 163 234 65 32 0 47 322 44 55
Binary 1001001 1110011 10011100 110101 11010 0 100111 11010010 100100 101101

Color Harmonies of #49739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49739C

Black with #49739C

Text Example


Text Example

White with #49739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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