Html Css Color HEX #4D3DD1 Free Speech Blue

📋 copy color: '#4D3DD1'

red 77 ◦ green 61 ◦ blue 209

#4D3DD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4D3DD1

Tints of Free Speech Blue #4D3DD1

RGB

 RED value IS 77 (30.47% from 255) = 22.19%

 GREEN value IS 61 (24.22% from 255) = 17.58%

 BLUE value IS 209 (82.03% from 255) = 60.23%

R = 22.19%
G = 17.58%
B = 60.23%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4D3DD1 (or 0x4D3DD1) is known color: Free Speech Blue. HEX triplet: 4D, 3D and D1. RGB value is (77,61,209). Sum of RGB (Red+Green+Blue) = 77+61+209=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #4D3DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DD1 is #B2C22E. Grayscale: #525252. Windows color (decimal): -11715119 or 13712717. OLE color: 13712717.

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

Color convert

RGB 77 61 209 -
CMYK 0.63 0.71 0 0.18
HSL 246.49º 0.62% 0.53% -
HSV(B) 246.49º 0.71% 0.82% -
XYZ 16.24 9.52 61.3 -
YUV 82.66 199.3 123.97 -
System Red Green Blue C M Y K H S L
Decimal 77 61 209 0.63 0.71 0 0.18 246.49 0.62 0.53
Hex 4D 3D D1 3F 47 0 12 F6 3E 35
Octal 115 75 321 77 107 0 22 366 76 65
Binary 1001101 111101 11010001 111111 1000111 0 10010 11110110 111110 110101

Color Harmonies of #4D3DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3DD1

Black with #4D3DD1

Text Example


Text Example

White with #4D3DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D3DD1;
 }
 .AnyTagClassName
 {
   color: #4D3DD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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