#50749C

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

Shades of San Marino #50749C

Tints of San Marino #50749C

Color information

#50749C (or 0x50749C) is unknown color: approx San Marino. HEX triplet: 50, 74 and 9C. RGB value is (80,116,156). Sum of RGB (Red+Green+Blue) = 80+116+156=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 156 - color contains mainly: blue. Hex color #50749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50749C is #AF8B63. Grayscale: #6D6D6D. Windows color (decimal): -11504484 or 10253392. OLE color: 10253392.

HSL color Cylindrical-coordinate representation of color #50749C: hue angle of 211.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50749C is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB80116156-
CMYK0.490.2600.39
HSL211.58º32.2%46.27%-
HSV(B)211.58º48.72%61.18%-
XYZ15.5516.633.84-
YUV109.8154.07106.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 156 (61.33% from 255) = 44.32%
R=22.73%
G=32.95%
B=44.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal801161560.490.2600.39211.5832.246.27
Hex50749C311A027d4202e
Octal12016423461320473244056
Binary101000011101001001110011000111010010011111010100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,116,156); }

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

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

 a { background-color: rgb(80,116,156); }

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

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

 span { border-color: rgb(80,116,156); }

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