Html Css Color HEX #4D3ECF Free Speech Blue

📋 copy color: '#4D3ECF'

red 77 ◦ green 62 ◦ blue 207

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

Shades of Free Speech Blue #4D3ECF

Tints of Free Speech Blue #4D3ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 22.25%
G = 17.92%
B = 59.83%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4D3ECF (or 0x4D3ECF) is known color: Free Speech Blue. HEX triplet: 4D, 3E and CF. RGB value is (77,62,207). Sum of RGB (Red+Green+Blue) = 77+62+207=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D3ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3ECF is #B2C130. Grayscale: #525252. Windows color (decimal): -11714865 or 13581901. OLE color: 13581901.

HSL color Cylindrical-coordinate representation of color #4D3ECF: hue angle of 246.21º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D3ECF is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 77 62 207 -
CMYK 0.63 0.70 0 0.19
HSL 246.21º 0.6% 0.53% -
HSV(B) 246.21º 0.7% 0.81% -
XYZ 16.05 9.53 60.02 -
YUV 83.02 197.97 123.71 -
System Red Green Blue C M Y K H S L
Decimal 77 62 207 0.63 0.70 0 0.19 246.21 0.6 0.53
Hex 4D 3E CF 3F 46 0 13 F6 3C 35
Octal 115 76 317 77 106 0 23 366 74 65
Binary 1001101 111110 11001111 111111 1000110 0 10011 11110110 111100 110101

Color Harmonies of #4D3ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3ECF

Black with #4D3ECF

Text Example


Text Example

White with #4D3ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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