Html Css Color HEX #49669B San Marino

📋 copy color: '#49669B'

red 73 ◦ green 102 ◦ blue 155

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

Shades of San Marino #49669B

Tints of San Marino #49669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 22.12%
G = 30.91%
B = 46.97%

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

#49669B (or 0x49669B) is known color: San Marino. HEX triplet: 49, 66 and 9B. RGB value is (73,102,155). Sum of RGB (Red+Green+Blue) = 73+102+155=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #49669B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49669B is #B69964. Grayscale: #636363. Windows color (decimal): -11966821 or 10184265. OLE color: 10184265.

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

Color convert

RGB 73 102 155 -
CMYK 0.53 0.34 0 0.39
HSL 218.78º 0.36% 0.45% -
HSV(B) 218.78º 0.53% 0.61% -
XYZ 13.42 13.29 32.87 -
YUV 99.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 73 102 155 0.53 0.34 0 0.39 218.78 0.36 0.45
Hex 49 66 9B 35 22 0 27 DB 24 2D
Octal 111 146 233 65 42 0 47 333 44 55
Binary 1001001 1100110 10011011 110101 100010 0 100111 11011011 100100 101101

Color Harmonies of #49669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49669B

Black with #49669B

Text Example


Text Example

White with #49669B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49669B; }

 p { color: rgb(73,102,155); }

 H1.HeaderClassName
 {
   color: #49669B;
 }
 .AnyTagClassName
 {
   color: #49669B;
 }
</style>

background-color css

<style>
 a { background-color: #49669B; }

 a { background-color: rgb(73,102,155); }

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

border-color css

<style>
 span { border-color: #49669B; }

 span { border-color: rgb(73,102,155); }

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