#4D3DD9

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

Shades of Free Speech Blue #4D3DD9

Tints of Free Speech Blue #4D3DD9

Color information

#4D3DD9 (or 0x4D3DD9) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 3D and D9. RGB value is (77,61,217). Sum of RGB (Red+Green+Blue) = 77+61+217=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 217 (85.16% from 255 or 61.13% from 355); Max value from RGB is 217 - color contains mainly: blue. Hex color #4D3DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DD9 is #B2C226. Grayscale: #525252. Windows color (decimal): -11715111 or 14237005. OLE color: 14237005.

HSL color Cylindrical-coordinate representation of color #4D3DD9: hue angle of 246.15º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D3DD9 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7761217-
CMYK0.650.7200.15
HSL246.15º67.24%54.51%-
HSV(B)246.15º71.89%85.1%-
XYZ17.259.9366.65-
YUV83.57203.3123.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.69%
GREEN value IS 61 (24.22% from 255) = 17.18%
BLUE value IS 217 (85.16% from 255) = 61.13%
R=21.69%
G=17.18%
B=61.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77612170.650.7200.15246.1567.2454.51
Hex4D3DD941480Ff64337
Octal1157533110111001736610367
Binary1001101111101110110011000001100100001111111101101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,61,217); }

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

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

 a { background-color: rgb(77,61,217); }

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

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

 span { border-color: rgb(77,61,217); }

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