#5049C7

Color #5049C7 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5049C7

Tints of Free Speech Blue #5049C7

Color information

#5049C7 (or 0x5049C7) is unknown color: approx Free Speech Blue. HEX triplet: 50, 49 and C7. RGB value is (80,73,199). Sum of RGB (Red+Green+Blue) = 80+73+199=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 199 (78.12% from 255 or 56.53% from 352); Max value from RGB is 199 - color contains mainly: blue. Hex color #5049C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049C7 is #AFB638. Grayscale: #585858. Windows color (decimal): -11515449 or 13060432. OLE color: 13060432.

HSL color Cylindrical-coordinate representation of color #5049C7: hue angle of 243.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5049C7 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8073199-
CMYK0.600.6300.22
HSL243.33º52.94%53.33%-
HSV(B)243.33º63.32%78.04%-
XYZ1610.5955.23-
YUV89.46189.82121.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 199 (78.12% from 255) = 56.53%
R=22.73%
G=20.74%
B=56.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80731990.600.6300.22243.3352.9453.33
Hex5049C73C3F016f33535
Octal12011130774770263636565
Binary101000010010011100011111110011111101011011110011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5049C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5049C7; }

 p { color: rgb(80,73,199); }

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

<style>
 a { background-color: #5049C7; }

 a { background-color: rgb(80,73,199); }

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

<style>
 span { border-color: #5049C7; }

 span { border-color: rgb(80,73,199); }

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