Html Css Color HEX #4F4DDB Free Speech Blue

📋 copy color: '#4F4DDB'

red 79 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #4F4DDB

Tints of Free Speech Blue #4F4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.53%

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

R = 21.07%
G = 20.53%
B = 58.4%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4F4DDB (or 0x4F4DDB) is known color: Free Speech Blue. HEX triplet: 4F, 4D and DB. RGB value is (79,77,219). Sum of RGB (Red+Green+Blue) = 79+77+219=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DDB is #B0B224. Grayscale: #5D5D5D. Windows color (decimal): -11579941 or 14372175. OLE color: 14372175.

HSL color Cylindrical-coordinate representation of color #4F4DDB: hue angle of 240.85º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F4DDB is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 79 77 219 -
CMYK 0.64 0.65 0 0.14
HSL 240.85º 0.66% 0.58% -
HSV(B) 240.85º 0.65% 0.86% -
XYZ 18.66 12.08 68.37 -
YUV 93.79 198.66 117.45 -
System Red Green Blue C M Y K H S L
Decimal 79 77 219 0.64 0.65 0 0.14 240.85 0.66 0.58
Hex 4F 4D DB 40 41 0 E F1 42 3A
Octal 117 115 333 100 101 0 16 361 102 72
Binary 1001111 1001101 11011011 1000000 1000001 0 1110 11110001 1000010 111010

Color Harmonies of #4F4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4DDB

Black with #4F4DDB

Text Example


Text Example

White with #4F4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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