#49769E

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

Shades of San Marino #49769E

Tints of San Marino #49769E

Color information

#49769E (or 0x49769E) is unknown color: approx San Marino. HEX triplet: 49, 76 and 9E. RGB value is (73,118,158). Sum of RGB (Red+Green+Blue) = 73+118+158=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #49769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49769E is #B68961. Grayscale: #6C6C6C. Windows color (decimal): -11962722 or 10384969. OLE color: 10384969.

HSL color Cylindrical-coordinate representation of color #49769E: hue angle of 208.24º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49769E is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73118158-
CMYK0.540.2500.38
HSL208.24º36.8%45.29%-
HSV(B)208.24º53.8%61.96%-
XYZ15.416.8434.79-
YUV109.1155.59102.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 158 (62.11% from 255) = 45.27%
R=20.92%
G=33.81%
B=45.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731181580.540.2500.38208.2436.845.29
Hex49769E3619026d0252d
Octal11116623666310463204555
Binary100100111101101001111011011011001010011011010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49769E; }

 p { color: rgb(73,118,158); }

 H1.HeaderClassName
 {
   color: #49769E;
 }
 .AnyTagClassName
 {
   color: #49769E;
 }
</style>
background-color css

<style>
 a { background-color: #49769E; }

 a { background-color: rgb(73,118,158); }

 div.DivClassName
 {
   background-color: #49769E;
 }
 .BgClassName
 {
   background-color: #49769E;
 }
</style>
border-color css

<style>
 span { border-color: #49769E; }

 span { border-color: rgb(73,118,158); }

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