#5046CA

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

Shades of Free Speech Blue #5046CA

Tints of Free Speech Blue #5046CA

Color information

#5046CA (or 0x5046CA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 46 and CA. RGB value is (80,70,202). Sum of RGB (Red+Green+Blue) = 80+70+202=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #5046CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5046CA is #AFB935. Grayscale: #575757. Windows color (decimal): -11516214 or 13256272. OLE color: 13256272.

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

Color convert

RGB8070202-
CMYK0.600.6500.21
HSL244.55º55.46%53.33%-
HSV(B)244.55º65.35%79.22%-
XYZ16.1610.3557.02-
YUV88.04192.31122.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 70 (27.73% from 255) = 19.89%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=22.73%
G=19.89%
B=57.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal80702020.600.6500.21244.5555.4653.33
Hex5046CA3C41015f53735
Octal120106312741010253656765
Binary1010000100011011001010111100100000101010111110101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5046CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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