Html Css Color HEX #4D3ECD Free Speech Blue

📋 copy color: '#4D3ECD'

red 77 ◦ green 62 ◦ blue 205

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

Shades of Free Speech Blue #4D3ECD

Tints of Free Speech Blue #4D3ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

 BLUE value IS 205 (80.47% from 255) = 59.59%

R = 22.38%
G = 18.02%
B = 59.59%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4D3ECD (or 0x4D3ECD) is known color: Free Speech Blue. HEX triplet: 4D, 3E and CD. RGB value is (77,62,205). Sum of RGB (Red+Green+Blue) = 77+62+205=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D3ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3ECD is #B2C132. Grayscale: #525252. Windows color (decimal): -11714867 or 13450829. OLE color: 13450829.

HSL color Cylindrical-coordinate representation of color #4D3ECD: hue angle of 246.29º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3ECD is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 77 62 205 -
CMYK 0.62 0.70 0 0.20
HSL 246.29º 0.59% 0.52% -
HSV(B) 246.29º 0.7% 0.8% -
XYZ 15.8 9.43 58.75 -
YUV 82.79 196.97 123.87 -
System Red Green Blue C M Y K H S L
Decimal 77 62 205 0.62 0.70 0 0.20 246.29 0.59 0.52
Hex 4D 3E CD 3E 46 0 14 F6 3B 34
Octal 115 76 315 76 106 0 24 366 73 64
Binary 1001101 111110 11001101 111110 1000110 0 10100 11110110 111011 110100

Color Harmonies of #4D3ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3ECD

Black with #4D3ECD

Text Example


Text Example

White with #4D3ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,62,205); }

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

background-color css

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

 a { background-color: rgb(77,62,205); }

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

border-color css

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

 span { border-color: rgb(77,62,205); }

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