#4F4DCF

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

Shades of Free Speech Blue #4F4DCF

Tints of Free Speech Blue #4F4DCF

Color information

#4F4DCF (or 0x4F4DCF) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 4D and CF. RGB value is (79,77,207). Sum of RGB (Red+Green+Blue) = 79+77+207=363 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.76% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F4DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4DCF is #B0B230. Grayscale: #5B5B5B. Windows color (decimal): -11579953 or 13585743. OLE color: 13585743.

HSL color Cylindrical-coordinate representation of color #4F4DCF: hue angle of 240.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F4DCF is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB7977207-
CMYK0.620.6300.19
HSL240.92º57.52%55.69%-
HSV(B)240.92º62.8%81.18%-
XYZ17.1411.4860.34-
YUV92.42192.66118.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.76%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 207 (81.25% from 255) = 57.02%
R=21.76%
G=21.21%
B=57.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal79772070.620.6300.19240.9257.5255.69
Hex4F4DCF3E3F013f13a38
Octal11711531776770233617270
Binary100111110011011100111111111011111101001111110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F4DCF;
 }
 .AnyTagClassName
 {
   color: #4F4DCF;
 }
</style>
background-color css

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

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

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

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

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

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