Html Css Color HEX #49679C San Marino

📋 copy color: '#49679C'

red 73 ◦ green 103 ◦ blue 156

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

Shades of San Marino #49679C

Tints of San Marino #49679C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

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

R = 21.99%
G = 31.02%
B = 46.99%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49679C (or 0x49679C) is known color: San Marino. HEX triplet: 49, 67 and 9C. RGB value is (73,103,156). Sum of RGB (Red+Green+Blue) = 73+103+156=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #49679C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49679C is #B69863. Grayscale: #636363. Windows color (decimal): -11966564 or 10250057. OLE color: 10250057.

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

Color convert

RGB 73 103 156 -
CMYK 0.53 0.34 0 0.39
HSL 218.31º 0.36% 0.45% -
HSV(B) 218.31º 0.53% 0.61% -
XYZ 13.6 13.52 33.34 -
YUV 100.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 73 103 156 0.53 0.34 0 0.39 218.31 0.36 0.45
Hex 49 67 9C 35 22 0 27 DA 24 2D
Octal 111 147 234 65 42 0 47 332 44 55
Binary 1001001 1100111 10011100 110101 100010 0 100111 11011010 100100 101101

Color Harmonies of #49679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49679C

Black with #49679C

Text Example


Text Example

White with #49679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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