Html Css Color HEX #49669A San Marino

📋 copy color: '#49669A'

red 73 ◦ green 102 ◦ blue 154

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

Shades of San Marino #49669A

Tints of San Marino #49669A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 22.19%
G = 31%
B = 46.81%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49669A (or 0x49669A) is known color: San Marino. HEX triplet: 49, 66 and 9A. RGB value is (73,102,154). Sum of RGB (Red+Green+Blue) = 73+102+154=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 154 - color contains mainly: blue. Hex color #49669A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49669A is #B69965. Grayscale: #636363. Windows color (decimal): -11966822 or 10118729. OLE color: 10118729.

HSL color Cylindrical-coordinate representation of color #49669A: hue angle of 218.52º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49669A is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 102 154 -
CMYK 0.53 0.34 0 0.40
HSL 218.52º 0.36% 0.45% -
HSV(B) 218.52º 0.53% 0.6% -
XYZ 13.33 13.25 32.43 -
YUV 99.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 73 102 154 0.53 0.34 0 0.40 218.52 0.36 0.45
Hex 49 66 9A 35 22 0 28 DB 24 2D
Octal 111 146 232 65 42 0 50 333 44 55
Binary 1001001 1100110 10011010 110101 100010 0 101000 11011011 100100 101101

Color Harmonies of #49669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49669A

Black with #49669A

Text Example


Text Example

White with #49669A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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