Html Css Color HEX #4847DC Free Speech Blue

📋 copy color: '#4847DC'

red 72 ◦ green 71 ◦ blue 220

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

Shades of Free Speech Blue #4847DC

Tints of Free Speech Blue #4847DC

RGB

 RED value IS 72 (28.52% from 255) = 19.83%

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

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

R = 19.83%
G = 19.56%
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

#4847DC (or 0x4847DC) is known color: Free Speech Blue. HEX triplet: 48, 47 and DC. RGB value is (72,71,220). Sum of RGB (Red+Green+Blue) = 72+71+220=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 71 (28.12% from 255 or 19.56% 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 #4847DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4847DC is #B7B823. Grayscale: #575757. Windows color (decimal): -12040228 or 14436168. OLE color: 14436168.

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

Color convert

RGB 72 71 220 -
CMYK 0.67 0.68 0 0.14
HSL 240.4º 0.68% 0.57% -
HSV(B) 240.4º 0.68% 0.86% -
XYZ 17.84 11.05 68.9 -
YUV 88.29 202.33 116.38 -
System Red Green Blue C M Y K H S L
Decimal 72 71 220 0.67 0.68 0 0.14 240.4 0.68 0.57
Hex 48 47 DC 43 44 0 E F0 44 39
Octal 110 107 334 103 104 0 16 360 104 71
Binary 1001000 1000111 11011100 1000011 1000100 0 1110 11110000 1000100 111001

Color Harmonies of #4847DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4847DC

Black with #4847DC

Text Example


Text Example

White with #4847DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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