#5049CA

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

Shades of Free Speech Blue #5049CA

Tints of Free Speech Blue #5049CA

Color information

#5049CA (or 0x5049CA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 49 and CA. RGB value is (80,73,202). Sum of RGB (Red+Green+Blue) = 80+73+202=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5049CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049CA is #AFB635. Grayscale: #595959. Windows color (decimal): -11515446 or 13257040. OLE color: 13257040.

HSL color Cylindrical-coordinate representation of color #5049CA: hue angle of 243.26º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5049CA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8073202-
CMYK0.600.6400.21
HSL243.26º54.89%53.92%-
HSV(B)243.26º63.86%79.22%-
XYZ16.3510.7357.09-
YUV89.8191.32121.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 202 (79.30% from 255) = 56.90%
R=22.54%
G=20.56%
B=56.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80732020.600.6400.21243.2654.8953.92
Hex5049CA3C40015f33736
Octal120111312741000253636766
Binary1010000100100111001010111100100000001010111110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5049CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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