#4F4CD2

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

Shades of Free Speech Blue #4F4CD2

Tints of Free Speech Blue #4F4CD2

Color information

#4F4CD2 (or 0x4F4CD2) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 4C and D2. RGB value is (79,76,210). Sum of RGB (Red+Green+Blue) = 79+76+210=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 210 (82.42% from 255 or 57.53% from 365); Max value from RGB is 210 - color contains mainly: blue. Hex color #4F4CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F4CD2 is #B0B32D. Grayscale: #5B5B5B. Windows color (decimal): -11580206 or 13782095. OLE color: 13782095.

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

Color convert

RGB7976210-
CMYK0.620.6400.18
HSL241.34º59.82%56.08%-
HSV(B)241.34º63.81%82.35%-
XYZ17.4411.4862.27-
YUV92.17194.49118.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 210 (82.42% from 255) = 57.53%
R=21.64%
G=20.82%
B=57.53%

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
Decimal79762100.620.6400.18241.3459.8256.08
Hex4F4CD23E40012f13c38
Octal117114322761000223617470
Binary1001111100110011010010111110100000001001011110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,76,210); }

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

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

 a { background-color: rgb(79,76,210); }

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

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

 span { border-color: rgb(79,76,210); }

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