Html Css Color HEX #4D4CDE Free Speech Blue

📋 copy color: '#4D4CDE'

red 77 ◦ green 76 ◦ blue 222

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

Shades of Free Speech Blue #4D4CDE

Tints of Free Speech Blue #4D4CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 20.53%
G = 20.27%
B = 59.2%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D4CDE (or 0x4D4CDE) is known color: Free Speech Blue. HEX triplet: 4D, 4C and DE. RGB value is (77,76,222). Sum of RGB (Red+Green+Blue) = 77+76+222=375 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.53% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D4CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D4CDE is #B2B321. Grayscale: #5C5C5C. Windows color (decimal): -11711266 or 14568525. OLE color: 14568525.

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

Color convert

RGB 77 76 222 -
CMYK 0.65 0.66 0 0.13
HSL 240.41º 0.69% 0.58% -
HSV(B) 240.41º 0.66% 0.87% -
XYZ 18.83 12.02 70.44 -
YUV 92.94 200.83 116.63 -
System Red Green Blue C M Y K H S L
Decimal 77 76 222 0.65 0.66 0 0.13 240.41 0.69 0.58
Hex 4D 4C DE 41 42 0 D F0 45 3A
Octal 115 114 336 101 102 0 15 360 105 72
Binary 1001101 1001100 11011110 1000001 1000010 0 1101 11110000 1000101 111010

Color Harmonies of #4D4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4CDE

Black with #4D4CDE

Text Example


Text Example

White with #4D4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,76,222); }

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

background-color css

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

 a { background-color: rgb(77,76,222); }

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

border-color css

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

 span { border-color: rgb(77,76,222); }

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