#49669A

Color #49669A San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #49669A

Tints of San Marino #49669A

Color information

#49669A (or 0x49669A) is unknown color: approx 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

RGB73102154-
CMYK0.530.3400.40
HSL218.52º35.68%44.51%-
HSV(B)218.52º52.6%60.39%-
XYZ13.3313.2532.43-
YUV99.26158.89109.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 154 (60.55% from 255) = 46.81%
R=22.19%
G=31.00%
B=46.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731021540.530.3400.40218.5235.6844.51
Hex49669A3522028db242d
Octal11114623265420503334455
Binary1001001110011010011010110101100010010100011011011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>