Html Css Color HEX #4D3EDA Free Speech Blue

📋 copy color: '#4D3EDA'

red 77 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Blue #4D3EDA

Tints of Free Speech Blue #4D3EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.06%

R = 21.57%
G = 17.37%
B = 61.06%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4D3EDA (or 0x4D3EDA) is known color: Free Speech Blue. HEX triplet: 4D, 3E and DA. RGB value is (77,62,218). Sum of RGB (Red+Green+Blue) = 77+62+218=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D3EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3EDA is #B2C125. Grayscale: #535353. Windows color (decimal): -11714854 or 14302797. OLE color: 14302797.

HSL color Cylindrical-coordinate representation of color #4D3EDA: hue angle of 245.77º degrees, saturation: 0.68, 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 #4D3EDA is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 77 62 218 -
CMYK 0.65 0.72 0 0.15
HSL 245.77º 0.68% 0.55% -
HSV(B) 245.77º 0.72% 0.85% -
XYZ 17.44 10.08 67.36 -
YUV 84.27 203.47 122.82 -
System Red Green Blue C M Y K H S L
Decimal 77 62 218 0.65 0.72 0 0.15 245.77 0.68 0.55
Hex 4D 3E DA 41 48 0 F F6 44 37
Octal 115 76 332 101 110 0 17 366 104 67
Binary 1001101 111110 11011010 1000001 1001000 0 1111 11110110 1000100 110111

Color Harmonies of #4D3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3EDA

Black with #4D3EDA

Text Example


Text Example

White with #4D3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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