#4D49CF

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

Shades of Free Speech Blue #4D49CF

Tints of Free Speech Blue #4D49CF

Color information

#4D49CF (or 0x4D49CF) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 49 and CF. RGB value is (77,73,207). Sum of RGB (Red+Green+Blue) = 77+73+207=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D49CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49CF is #B2B630. Grayscale: #585858. Windows color (decimal): -11712049 or 13584717. OLE color: 13584717.

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

Color convert

RGB7773207-
CMYK0.630.6500.19
HSL241.79º58.26%54.9%-
HSV(B)241.79º64.73%81.18%-
XYZ16.7110.8560.24-
YUV89.47194.33119.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.57%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 207 (81.25% from 255) = 57.98%
R=21.57%
G=20.45%
B=57.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal77732070.630.6500.19241.7958.2654.9
Hex4D49CF3F41013f23a37
Octal115111317771010233627267
Binary1001101100100111001111111111100000101001111110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D49CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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