Html Css Color HEX #4F47DC Free Speech Blue

📋 copy color: '#4F47DC'

red 79 ◦ green 71 ◦ blue 220

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

Shades of Free Speech Blue #4F47DC

Tints of Free Speech Blue #4F47DC

RGB

 RED value IS 79 (31.25% from 255) = 21.35%

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

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

R = 21.35%
G = 19.19%
B = 59.46%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F47DC (or 0x4F47DC) is known color: Free Speech Blue. HEX triplet: 4F, 47 and DC. RGB value is (79,71,220). Sum of RGB (Red+Green+Blue) = 79+71+220=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F47DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F47DC is #B0B823. Grayscale: #595959. Windows color (decimal): -11581476 or 14436175. OLE color: 14436175.

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

Color convert

RGB 79 71 220 -
CMYK 0.64 0.68 0 0.14
HSL 243.22º 0.68% 0.57% -
HSV(B) 243.22º 0.68% 0.86% -
XYZ 18.4 11.34 68.93 -
YUV 90.38 201.15 119.88 -
System Red Green Blue C M Y K H S L
Decimal 79 71 220 0.64 0.68 0 0.14 243.22 0.68 0.57
Hex 4F 47 DC 40 44 0 E F3 44 39
Octal 117 107 334 100 104 0 16 363 104 71
Binary 1001111 1000111 11011100 1000000 1000100 0 1110 11110011 1000100 111001

Color Harmonies of #4F47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F47DC

Black with #4F47DC

Text Example


Text Example

White with #4F47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F47DC; }

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

 H1.HeaderClassName
 {
   color: #4F47DC;
 }
 .AnyTagClassName
 {
   color: #4F47DC;
 }
</style>

background-color css

<style>
 a { background-color: #4F47DC; }

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

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

border-color css

<style>
 span { border-color: #4F47DC; }

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

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