#4D4ADD

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

Shades of Free Speech Blue #4D4ADD

Tints of Free Speech Blue #4D4ADD

Color information

#4D4ADD (or 0x4D4ADD) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 4A and DD. RGB value is (77,74,221). Sum of RGB (Red+Green+Blue) = 77+74+221=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D4ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4ADD is #B2B522. Grayscale: #5B5B5B. Windows color (decimal): -11711779 or 14502477. OLE color: 14502477.

HSL color Cylindrical-coordinate representation of color #4D4ADD: hue angle of 241.22º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D4ADD is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7774221-
CMYK0.650.6700.13
HSL241.22º68.37%57.84%-
HSV(B)241.22º66.52%86.67%-
XYZ18.5611.769.69-
YUV91.66200.99117.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 74 (29.30% from 255) = 19.89%
BLUE value IS 221 (86.72% from 255) = 59.41%
R=20.70%
G=19.89%
B=59.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77742210.650.6700.13241.2268.3757.84
Hex4D4ADD41430Df1443a
Octal11511233510110301536110472
Binary10011011001010110111011000001100001101101111100011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,221); }

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

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

 a { background-color: rgb(77,74,221); }

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

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

 span { border-color: rgb(77,74,221); }

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