#4941DC

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

Shades of Free Speech Blue #4941DC

Tints of Free Speech Blue #4941DC

Color information

#4941DC (or 0x4941DC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 41 and DC. RGB value is (73,65,220). Sum of RGB (Red+Green+Blue) = 73+65+220=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #4941DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4941DC is #B6BE23. Grayscale: #545454. Windows color (decimal): -11976228 or 14434633. OLE color: 14434633.

HSL color Cylindrical-coordinate representation of color #4941DC: hue angle of 243.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4941DC is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7365220-
CMYK0.670.7000.14
HSL243.1º68.89%55.88%-
HSV(B)243.1º70.45%86.27%-
XYZ17.5610.3668.79-
YUV85.06204.15119.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.39%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 220 (86.33% from 255) = 61.45%
R=20.39%
G=18.16%
B=61.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73652200.670.7000.14243.168.8955.88
Hex4941DC43460Ef34538
Octal11110133410310601636310570
Binary10010011000001110111001000011100011001110111100111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4941DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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