Html Css Color HEX #4947DC Free Speech Blue

📋 copy color: '#4947DC'

red 73 ◦ green 71 ◦ blue 220

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

Shades of Free Speech Blue #4947DC

Tints of Free Speech Blue #4947DC

RGB

 RED value IS 73 (28.91% from 255) = 20.05%

 GREEN value IS 71 (28.13% from 255) = 19.51%

 BLUE value IS 220 (86.33% from 255) = 60.44%

R = 20.05%
G = 19.51%
B = 60.44%

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

#4947DC (or 0x4947DC) is known color: Free Speech Blue. HEX triplet: 49, 47 and DC. RGB value is (73,71,220). Sum of RGB (Red+Green+Blue) = 73+71+220=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #4947DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4947DC is #B6B823. Grayscale: #575757. Windows color (decimal): -11974692 or 14436169. OLE color: 14436169.

HSL color Cylindrical-coordinate representation of color #4947DC: hue angle of 240.81º 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 #4947DC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 71 220 -
CMYK 0.67 0.68 0 0.14
HSL 240.81º 0.68% 0.57% -
HSV(B) 240.81º 0.68% 0.86% -
XYZ 17.92 11.09 68.91 -
YUV 88.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 73 71 220 0.67 0.68 0 0.14 240.81 0.68 0.57
Hex 49 47 DC 43 44 0 E F1 44 39
Octal 111 107 334 103 104 0 16 361 104 71
Binary 1001001 1000111 11011100 1000011 1000100 0 1110 11110001 1000100 111001

Color Harmonies of #4947DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4947DC

Black with #4947DC

Text Example


Text Example

White with #4947DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4947DC;
 }
 .AnyTagClassName
 {
   color: #4947DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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