#4946dc

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

Shades of Free Speech Blue #4946DC

Tints of Free Speech Blue #4946DC

Color information

#4946DC (or 0x4946DC) is unknown color: approx Free Speech Blue. HEX triplet: 49, 46 and DC. RGB value is (73,70,220). Sum of RGB (Red+Green+Blue) = 73+70+220=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #4946DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4946DC is #B6B923. Grayscale: #575757. Windows color (decimal): -11974948 or 14435913. OLE color: 14435913.

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

Color convert

RGB7370220-
CMYK0.670.6800.14
HSL241.2º68.18%56.86%-
HSV(B)241.2º68.18%86.27%-
XYZ17.8610.9668.89-
YUV88202.49117.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 220 (86.33% from 255) = 60.61%
R=20.11%
G=19.28%
B=60.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal73702200.670.6800.14241.268.1856.86
Hex4946DC43440Ef14439
Octal11110633410310401636110471
Binary10010011000110110111001000011100010001110111100011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4946dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4946dc; }

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

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

<style>
 a { background-color: #4946dc; }

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

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

<style>
 span { border-color: #4946dc; }

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

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