#4F4EDD

Color #4F4EDD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4F4EDD

Tints of Free Speech Blue #4F4EDD

Color information

#4F4EDD (or 0x4F4EDD) is unknown color: approx 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

RGB7978221-
CMYK0.640.6500.13
HSL240.42º67.77%58.63%-
HSV(B)240.42º64.71%86.67%-
XYZ1912.3369.79-
YUV94.6199.33116.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 221 (86.72% from 255) = 58.47%
R=20.90%
G=20.63%
B=58.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal79782210.640.6500.13240.4267.7758.63
Hex4F4EDD40410Df0443b
Octal11711633510010101536010473
Binary10011111001110110111011000000100000101101111100001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>