Html Css Color HEX #4D49BE Free Speech Blue

📋 copy color: '#4D49BE'

red 77 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Blue #4D49BE

Tints of Free Speech Blue #4D49BE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 190 (74.61% from 255) = 55.88%

R = 22.65%
G = 21.47%
B = 55.88%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D49BE (or 0x4D49BE) is known color: Free Speech Blue. HEX triplet: 4D, 49 and BE. RGB value is (77,73,190). Sum of RGB (Red+Green+Blue) = 77+73+190=340 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.65% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 190 (74.61% from 255 or 55.88% from 340); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D49BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49BE is #B2B641. Grayscale: #575757. Windows color (decimal): -11712066 or 12470605. OLE color: 12470605.

HSL color Cylindrical-coordinate representation of color #4D49BE: hue angle of 242.05º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D49BE is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 77 73 190 -
CMYK 0.59 0.62 0 0.25
HSL 242.05º 0.47% 0.52% -
HSV(B) 242.05º 0.62% 0.75% -
XYZ 14.74 10.06 49.88 -
YUV 87.53 185.83 120.49 -
System Red Green Blue C M Y K H S L
Decimal 77 73 190 0.59 0.62 0 0.25 242.05 0.47 0.52
Hex 4D 49 BE 3B 3E 0 19 F2 2F 34
Octal 115 111 276 73 76 0 31 362 57 64
Binary 1001101 1001001 10111110 111011 111110 0 11001 11110010 101111 110100

Color Harmonies of #4D49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D49BE

Black with #4D49BE

Text Example


Text Example

White with #4D49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,190); }

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

background-color css

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

 a { background-color: rgb(77,73,190); }

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

border-color css

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

 span { border-color: rgb(77,73,190); }

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