#4941D7

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

Shades of Free Speech Blue #4941D7

Tints of Free Speech Blue #4941D7

Color information

#4941D7 (or 0x4941D7) is unknown color: approx Free Speech Blue. HEX triplet: 49, 41 and D7. RGB value is (73,65,215). Sum of RGB (Red+Green+Blue) = 73+65+215=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 215 (84.38% from 255 or 60.91% from 353); Max value from RGB is 215 - color contains mainly: blue. Hex color #4941D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941D7 is #B6BE28. Grayscale: #535353. Windows color (decimal): -11976233 or 14106953. OLE color: 14106953.

HSL color Cylindrical-coordinate representation of color #4941D7: hue angle of 243.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4941D7 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7365215-
CMYK0.660.7000.16
HSL243.2º65.22%54.9%-
HSV(B)243.2º69.77%84.31%-
XYZ16.910.165.35-
YUV84.49201.65119.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 215 (84.38% from 255) = 60.91%
R=20.68%
G=18.41%
B=60.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73652150.660.7000.16243.265.2254.9
Hex4941D74246010f34137
Octal11110132710210602036310167
Binary100100110000011101011110000101000110010000111100111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4941D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4941D7; }

 p { color: rgb(73,65,215); }

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

<style>
 a { background-color: #4941D7; }

 a { background-color: rgb(73,65,215); }

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

<style>
 span { border-color: #4941D7; }

 span { border-color: rgb(73,65,215); }

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