Html Css Color HEX #4D46BE Free Speech Blue

📋 copy color: '#4D46BE'

red 77 ◦ green 70 ◦ blue 190

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

Shades of Free Speech Blue #4D46BE

Tints of Free Speech Blue #4D46BE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.77%

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

R = 22.85%
G = 20.77%
B = 56.38%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4D46BE (or 0x4D46BE) is known color: Free Speech Blue. HEX triplet: 4D, 46 and BE. RGB value is (77,70,190). Sum of RGB (Red+Green+Blue) = 77+70+190=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D46BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D46BE is #B2B941. Grayscale: #555555. Windows color (decimal): -11712834 or 12469837. OLE color: 12469837.

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

Color convert

RGB 77 70 190 -
CMYK 0.59 0.63 0 0.25
HSL 243.5º 0.48% 0.51% -
HSV(B) 243.5º 0.63% 0.75% -
XYZ 14.54 9.68 49.82 -
YUV 85.77 186.82 121.74 -
System Red Green Blue C M Y K H S L
Decimal 77 70 190 0.59 0.63 0 0.25 243.5 0.48 0.51
Hex 4D 46 BE 3B 3F 0 19 F4 30 33
Octal 115 106 276 73 77 0 31 364 60 63
Binary 1001101 1000110 10111110 111011 111111 0 11001 11110100 110000 110011

Color Harmonies of #4D46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D46BE

Black with #4D46BE

Text Example


Text Example

White with #4D46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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