Html Css Color HEX #4946DC Free Speech Blue

📋 copy color: '#4946DC'

red 73 ◦ green 70 ◦ blue 220

#4946DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4946DC

Tints of Free Speech Blue #4946DC

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 value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4946DC (or 0x4946DC) is known color: 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

RGB 73 70 220 -
CMYK 0.67 0.68 0 0.14
HSL 241.2º 0.68% 0.57% -
HSV(B) 241.2º 0.68% 0.86% -
XYZ 17.86 10.96 68.89 -
YUV 88 202.49 117.3 -
System Red Green Blue C M Y K H S L
Decimal 73 70 220 0.67 0.68 0 0.14 241.2 0.68 0.57
Hex 49 46 DC 43 44 0 E F1 44 39
Octal 111 106 334 103 104 0 16 361 104 71
Binary 1001001 1000110 11011100 1000011 1000100 0 1110 11110001 1000100 111001

Color Harmonies of #4946DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4946DC

Black with #4946DC

Text Example


Text Example

White with #4946DC

Text Example


Text Example

HTML Codes & Css Web 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>