#4F4AD0

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

Shades of Free Speech Blue #4F4AD0

Tints of Free Speech Blue #4F4AD0

Color information

#4F4AD0 (or 0x4F4AD0) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 4A and D0. RGB value is (79,74,208). Sum of RGB (Red+Green+Blue) = 79+74+208=361 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.88% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F4AD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4AD0 is #B0B52F. Grayscale: #5A5A5A. Windows color (decimal): -11580720 or 13650511. OLE color: 13650511.

HSL color Cylindrical-coordinate representation of color #4F4AD0: hue angle of 242.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F4AD0 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7974208-
CMYK0.620.6400.18
HSL242.24º58.77%55.29%-
HSV(B)242.24º64.42%81.57%-
XYZ17.0611.1160.92-
YUV90.77194.16119.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.88%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 208 (81.64% from 255) = 57.62%
R=21.88%
G=20.50%
B=57.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal79742080.620.6400.18242.2458.7755.29
Hex4F4AD03E40012f23b37
Octal117112320761000223627367
Binary1001111100101011010000111110100000001001011110010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,208); }

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

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

 a { background-color: rgb(79,74,208); }

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

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

 span { border-color: rgb(79,74,208); }

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