Html Css Color HEX #4F47DB Free Speech Blue

📋 copy color: '#4F47DB'

red 79 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Blue #4F47DB

Tints of Free Speech Blue #4F47DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.35%

R = 21.41%
G = 19.24%
B = 59.35%

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

#4F47DB (or 0x4F47DB) is known color: Free Speech Blue. HEX triplet: 4F, 47 and DB. RGB value is (79,71,219). Sum of RGB (Red+Green+Blue) = 79+71+219=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F47DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F47DB is #B0B824. Grayscale: #595959. Windows color (decimal): -11581477 or 14370639. OLE color: 14370639.

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

Color convert

RGB 79 71 219 -
CMYK 0.64 0.68 0 0.14
HSL 243.24º 0.67% 0.57% -
HSV(B) 243.24º 0.68% 0.86% -
XYZ 18.26 11.28 68.23 -
YUV 90.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 79 71 219 0.64 0.68 0 0.14 243.24 0.67 0.57
Hex 4F 47 DB 40 44 0 E F3 43 39
Octal 117 107 333 100 104 0 16 363 103 71
Binary 1001111 1000111 11011011 1000000 1000100 0 1110 11110011 1000011 111001

Color Harmonies of #4F47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F47DB

Black with #4F47DB

Text Example


Text Example

White with #4F47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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