Html Css Color HEX #4F4EDD Free Speech Blue

📋 copy color: '#4F4EDD'

red 79 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #4F4EDD

Tints of Free Speech Blue #4F4EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.63%

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 20.9%
G = 20.63%
B = 58.47%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4F4EDD (or 0x4F4EDD) is known color: Free Speech Blue. HEX triplet: 4F, 4E and DD. RGB value is (79,78,221). Sum of RGB (Red+Green+Blue) = 79+78+221=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F4EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4EDD is #B0B122. Grayscale: #5E5E5E. Windows color (decimal): -11579683 or 14503503. OLE color: 14503503.

HSL color Cylindrical-coordinate representation of color #4F4EDD: hue angle of 240.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F4EDD is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 78 221 -
CMYK 0.64 0.65 0 0.13
HSL 240.42º 0.68% 0.59% -
HSV(B) 240.42º 0.65% 0.87% -
XYZ 19 12.33 69.79 -
YUV 94.6 199.33 116.87 -
System Red Green Blue C M Y K H S L
Decimal 79 78 221 0.64 0.65 0 0.13 240.42 0.68 0.59
Hex 4F 4E DD 40 41 0 D F0 44 3B
Octal 117 116 335 100 101 0 15 360 104 73
Binary 1001111 1001110 11011101 1000000 1000001 0 1101 11110000 1000100 111011

Color Harmonies of #4F4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4EDD

Black with #4F4EDD

Text Example


Text Example

White with #4F4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,78,221); }

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

background-color css

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

 a { background-color: rgb(79,78,221); }

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

border-color css

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

 span { border-color: rgb(79,78,221); }

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